SA-MP Forums Archive
[FIXED REMOVE] help with FS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [FIXED REMOVE] help with FS (/showthread.php?tid=68720)



[FIXED REMOVE] help with FS - Jaztek_Hodzic - 13.03.2009

CLOSE PLEASE!


Re: Help with FS - Google63 - 13.03.2009

Код:
if(CurrentMenu == Hitman)
{
  switch(row)
  {
    case 0: SetPlayerSkin(playerid, 233);
    case 1: SetPlayerSkin(playerid, 28);
    case 2: SetPlayerSkin(playerid, 29);
    case 3: SetPlayerSkin(playerid, 107);
  }
// You missed } here
}
return 1;
Now it should work.


Re: Help with FS - Jaztek_Hodzic - 13.03.2009

thanks mate you helped heeps