23.06.2014, 18:46
Quote:
use SELECT * from `table` where id = '%i'
that would require /ocheck <id> When you recieve data, either send client message or show dialog with all the data |
Код:
CMD:ocheck(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] < 3) { SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!"); return 1; } }