20.02.2017, 21:25
Quote:
PHP код:
PHP код:
|
Код:
task randomcolor[75 * 1000]() { new playerid = Iter_Random(Player); if(Dead[playerid] == false) { SetPlayerColor(playerid, 0xF40024); GameTextForPlayer(playerid, "~r~You're on the map~w~!", 5000, 3); } else randomcolor(); return 1; }