24.12.2009, 16:04
Help!, i want to make a command that makes it so that yout car acts like a kameleon, with this i mean it changes its color to a random one every second, how do i do this?
I've got this:
It compiles and all but it doesn't work
I've got this:
Quote:
if (strcmp(cmd, "/Kameleon", true) ==0 ) { SetTimer("Kameleon", 1000, 0); } |
Quote:
public Kameleon(playerid) { RandomVehColor(playerid); SetTimer("Kameleon2", 1000, 0); } public Kameleon2(playerid) { RandomVehColor(playerid); SetTimer("Kameleon", 1000, 0); } |
