07.07.2010, 16:28
change unknow command to this in photo
i search in ******
i find this topic but it's in the last forum
link
help me
i search in ******
i find this topic but it's in the last forum
link
help me
public OnPlayerCommandText(playerid,cmdtext[])
{
new string[128];
//blablabla
format(string,sizeof string,"Command %s doesn't exist!",cmdtext);
return SendClientMessage(playerid,COLOR_RED,string);
}