a Little help please - 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: a Little help please (
/showthread.php?tid=139473)
a Little help please -
Onyx09 - 05.04.2010
nevermind i figured it out
Re: a Little help please -
cessil - 05.04.2010
Код:
if(PlayerInfo[playerid][pLockerSlot] != 0 )
{
SendClientMessage(playerid, COLOR_GREY, "That slot is allready in use!");
return 1;
}
it stops right there if slot 1 is taken it doesn't even check slot 2
Re: a Little help please -
Onyx09 - 05.04.2010
ok well so how do i fix it? cuz i allready knew it returned there how do i exactly make it work