28.10.2010, 23:24
Quote:
|
new NegalimiVardai[][] = { "Byby_Uostyk", "Kurva_Botas", "Dalbajobas_Nachui", "Bybis_Bybis", "Pagr_Admin", "Ciulpk_Byby", "Ciulpk_Desra", "Kancelink_Desra", "Naxui_Botas" }; |
than..
Quote:
|
new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); for(new i = 0; i < sizeof(NegalimiVardai); i ++ ) { if(!strcmp(name, NegalimiVardai, true)) { SendClientMessage(playerid, 0xFF0000FF, "Praneрimas: Vardas, kurб Jыs esate uюsidлjж NЛRA leidюiamas."); SendClientMessage(playerid, 0xFF0000FF, "Praрome pasikeisti savo vardа б tikroviрkа."); Kick(playerid); } } |
Quote:
|
error 035: argument type mismatch (argument 2) |
Quote:
|
symbol is never used: "NegalimiVardai" |


