17.03.2012, 12:24
Thanks but I dont want to send message to all and i try to SendClientMessage and take error
and here is error
pawn Code:
public OnPlayerText(playerid, text[])
{
if(Masked[playerid])
{
new string[128];
format(string, sizeof(string), "Stranger says, \"%s\"", text);
SendClientMessage(playerid, string); // HERE IS ERROR
return 0;
}
return 1;
}
pawn Code:
C:\Users\home\Desktop\GFHF\gamemodes\rp1.pwn(232) : error 035: argument type mismatch (argument 2)