Search Results
Thx for the code it's working and i will try to do that Thank for telling
57
when i go In Game and type /dc Hi it don't show me the message PHP код: CMD:dc(playerid, params[]) {     new Nam[MAX_PLAYERS], message[128], str[256], playername[25];     GetPlayer...
57
Try this one in your current script i think this code will work Код: CMD:test(playerid, params[]) { new str[1000]; format(str, sizeof(str), "Da da da"); ShowPlayerDialog(playerid, DIALOG_TEST, ...
277
Код: if (dialogid == DIALOG_PLAYLIST) { if (GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_CUFFED) return SendClientMessage2(playerid, COLOR_RED, "Error: You are cuffed!"); if (response)...
73
Код: CMD:listen(playerid, params[]) { if (adlvl[playerid] < 6) return 0; if(CListen[playerid] == 0) { CListen[playerid] = 1; SendClientMessage(playerid, -1, "You have started listening t...
196