23.03.2017, 14:59
Код HTML:
C:\Documents and Settings\Admin\Desktop\123\gamemodes\dayz.pwn(3350) : error 017: undefined symbol "GetPlayerNameEx" C:\Documents and Settings\Admin\Desktop\123\gamemodes\dayz.pwn(3351) : warning 217: loose indentation C:\Documents and Settings\Admin\Desktop\123\gamemodes\dayz.pwn(3351) : error 035: argument type mismatch (argument 2)
Код HTML:
CMD:cc(playerid, params[]) { if(Player[playerid][pAdmin] < 0) { for(new i = 0; i < 100; i++) { SendClientMessageToAll(-1, " "); } new string[128], giveplayerid; format(string, sizeof(string), "[SYSTEM] %s da lam sach Chat Box. Thank You <3", GetPlayerNameEx(playerid)); SAM(giveplayerid, COLOR_LIGHTBLUE, string); } return 1; }