11.03.2009, 07:03
I have this:
But it doesn't work...It sends a blank message
I tried typing "i i s", "iis","dds" instead of "i,i,s" and nothing worked.
Btw,"iis" made my server crash
So what should be put there?
pawn Код:
forward SendClientMessageEx(playerid, color,msg[]);
public SendClientMessageEx(playerid, color, msg[])
{
SendClientMessage(playerid, pgreen3, msg);
}
SetTimerEx("SendClientMessageEx",4000,0,"i,i,s",playerid,yellow3,"* string here"); //under OnPlayerConnect
I tried typing "i i s", "iis","dds" instead of "i,i,s" and nothing worked.
Btw,"iis" made my server crash
So what should be put there?