19.02.2009, 10:04
Ok wait
If i got this
What do i have to change? (im not really good at scripting yet.)
If i got this
Код:
dcmd_v(playerid, params[]) { static Count[MAX_PLAYERS], Time_To_Wait = 30; //in s if(Time_To_Wait > (tickcount() - Count[playerid]) / 1000) return SendClientMessage(playerid, COLOR_RED, "You need to wait a while till you can spawn a new vehicle"); Count[playerid] = tickcount(); return true; }