SA-MP Forums Archive
how can i make this - 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: how can i make this (/showthread.php?tid=255940)



how can i make this - $$Money$$ - 18.05.2011

a script that can make a cmd /pickpocket id then came out dialog Materials..Cracks..Pots..Cash

if the player is level one it says

You Cant Rob A Player that is level 1


Re: how can i make this - Daddy Yankee - 18.05.2011

Remove this

Код:
if(PlayerInfo[giveplayerid][pLevel] <= 1) return SendClientMessage(playerid,COLOR_GREY,"   You cannot rob a level 1 !");