Jump to content

Dan Bar

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Dan Bar

  • Rank
    Newbie
  1. Hi im trying to get a format hint to have more than 1 line i got 3 scripts that i want to combine in 1 line and im not sure if its even a thing these are the scripts (weed, cocaine, dirtycash.. they are in the init.sqf set to 0 each one the script works perfectly but i want the hint to be in just one line without the "sleep 1;") hint format ["I've got %1 grams of weed",weed]; sleep 2; hint format ["I've got %1 grams of coke",cocaine]; sleep 2; hint format ["I've got %1 Dirty money",dirtycash]; sleep 2; hint "";
×