a little bit help
#1

how i do
the player colour change into different colours green and white on every 1 second plz help
i need for vip
Reply
#2

https://sampwiki.blast.hk/wiki/SetTimer
https://sampwiki.blast.hk/wiki/SetTimerEx
https://sampwiki.blast.hk/wiki/SetPlayerColor
Reply
#3

ah plz code
Reply
#4

Try yourself maybe? it's not that hard. Anyway, something like this will do...

pawn Код:
SetTimerEx("Color",1000, true, "i", playerid); //Somewhere in a callback... Don't copy please, has some errors I think.

forward Color(playerid);
public Color(playerid)
{
    SetPlayerColor(playerid, ...); //You can use a random statement here :)
    return 1;
}
Reply
#5

please give me full compile man
Reply
#6

Quote:
Originally Posted by Bilawal2050
Посмотреть сообщение
please give me full compile man
what's the point of copying codes u can just download a gamemode dude u should try to learn scripting urself
Reply
#7

true... nubz
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)