SA-MP Forums Archive
How to make a .. - 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 to make a .. (/showthread.php?tid=178253)



How to make a .. - Matej_ - 21.09.2010

How can i make a /me & /setskin [playerid] [skinid] command ?

Note: ^ Make that commands for players only and not admins.


Re: How to make a .. - Voldemort - 21.09.2010

/setskin

tmp = strtok(

new gid = strval(tmp);

tmp = strtok(

new skinid =strval(tmp);

SetPlayerSKin(gid,skinid);


Re: How to make a .. - Matej_ - 21.09.2010

what about a me command ?


Re: How to make a .. - Voldemort - 21.09.2010

Check some GF edit


Re: How to make a .. - Matej_ - 21.09.2010

Quote:
Originally Posted by Voldemort
Посмотреть сообщение
Check some GF edit
ok.

The message you have entered is too short. Please lengthen your message to at least 8 characters.