Need help plz - 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: Need help plz (
/showthread.php?tid=218718)
Need help plz -
mathiashhg - 30.01.2011
Hi i need help with one thing. How do i make a command for only a police officer or another skin?
Re: Need help plz -
MMiz - 30.01.2011
If you want to make it for peolple with cop skins or w/e do
Код:
if(GetPlayerSkin(playerid) == 218, 245, 173) // example skins
{
//something here
}
else
{
return 1;
}
Place that under your command, else we can't help you unless you show us the script you're using
Re: Need help plz -
ricardo178 - 30.01.2011
Lol, what cop system you use?