[HELP]compound statement not closed at the end of file
#4

And in your case its better to use a Switch, in stead of Else If. A switch is a lot faster.
Код:
switch(pickupid)
{
  case Sniper: return GivePlayerWeapon(playerid, 34, 150);
  case M4: return GivePlayerWeapon(playerid, 32, 250);
  case //And so on
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)