Gate - 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: Gate (
/showthread.php?tid=109095)
Gate -
laserhel50 - 17.11.2009
Hello, I am Making my own Gate atm but the Problem is, i can not find a Solution to what i am trying to do.
What is the Code to let a Command, ONLY useable for lets say, skin id 287?
(Please Explain the Code if you will Post it, as im a Beginner

)
Re: Gate -
dice7 - 17.11.2009
pawn Код:
if(GetPlayerSkin(playerid)) == 287){}
Re: Gate -
laserhel50 - 17.11.2009
and shouldn't their be something After?