24.04.2009, 21:28
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);
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);

