Search Results
After planting my bomb im trying to explode it,but it's not working. The key is: Код: if(IsKeyJustDown(KEY_FIRE, newkeys, oldkeys)) { if(PlayerInfo[playerid][pC4Used] == 1) { if(Go...
47
error 010: invalid function or declaration Код: cmd:newbme(playerid, params[]) if(PlayerInfo[playerid][pAdmin] >= 4 || PlayerInfo[playerid][pUnderCover] >= 1) { if(AdminDuty[playerid]...
64
Код: CMD:tod(playerid, params[]) { if (PlayerInfo[playerid][pAdmin] >= 5) { new string[128], time; if(sscanf(params, "d", time)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: ...
81