18.12.2010, 17:16
pawn Код:
else if(dialogid == 4) {
if(!response) {
SendClientMessage(playerid, COLOR_RED, "You must register.");
Kick(playerid);
}
format(string, sizeof(string), "Immigration Officer: Ah, you speak with an %s accent!", strpack(string2, inputtext));
SendClientMessage(playerid, COLOR_WHITE, string);
pInfo[playerid][Accent] = string2; //Line 351
dini_IntSet(fileLoc, "Accent", string2); //Line 352
}
Quote:
C:\Users\James\Desktop\SAMP\gamemodes\roleplay.pwn (351) : error 006: must be assigned to an array C:\Users\James\Desktop\SAMP\gamemodes\roleplay.pwn (352) : error 035: argument type mismatch (argument 3) |