SA-MP Forums Archive
Skin change + Timer on Words - 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: Skin change + Timer on Words (/showthread.php?tid=74644)



Skin change + Timer on Words - Sal_Kings - 24.04.2009

Whats the script to change your own skin to any ID you want?

Also How do you do the one like this

Код:
sendClientMessage(playerid, COLOR_GRAD1, "  Example");
Wait 3 seconds for next message
sendClientMessage(playerid, COLOR_GRAD1, "  No Such Player");
Wait 3 seconds for next message



Re: Skin change + Timer on Words - OmeRinG - 24.04.2009

Can't wait 3 seconds for the next.
You'll have to be messing with timers....
Make a function for each message, then call a timer in the first message, which calls another timer, which calls another timer..... you get what I'm saying. there are also a lot of ways to do it without a lot of timers using global variables.

and to change skin:
SetPlayerSkin(playerid,skinid);