SA-MP Forums Archive
Helmet in my server - 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: Helmet in my server (/showthread.php?tid=247742)



Helmet in my server - rokata555 - 10.04.2011

Hey all... Any give me script for /helmet please ?


Re: Helmet in my server - TheYoungCapone - 10.04.2011

Код:
if(strcmp(cmdtext, "/helmet", true)==0)
{
SetPlayerAttachedObject(playerid, 1, 18976, 2, 0.09, 0.03, 0, 88, 75, 0);
return 1;
}



Re: Helmet in my server - Mean - 10.04.2011

There is a search option.