Skin change + Timer on Words
#1

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
Reply
#2

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)