18.03.2012, 20:55
CMD:mole(playerid, params[]) {
if(playerVariables[playerid][pAdminLevel] >= 3) {
new
mole[128];
format(mole, sizeof(mole), "SMS from Mole (000): %s", params);
SendClientMessageToAll(playerid, COLOR_SMS, mole); // Error line.
}
return 1;
}
I don't see the problem?
C:\Users\Admin\Desktop\Server Uploads\vx-rp.pwn(5654) : error 035: argument type mismatch (argument 2)
if(playerVariables[playerid][pAdminLevel] >= 3) {
new
mole[128];
format(mole, sizeof(mole), "SMS from Mole (000): %s", params);
SendClientMessageToAll(playerid, COLOR_SMS, mole); // Error line.
}
return 1;
}
I don't see the problem?
C:\Users\Admin\Desktop\Server Uploads\vx-rp.pwn(5654) : error 035: argument type mismatch (argument 2)