17.12.2010, 11:53
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext,"/info",true)) //you forgot the !strcmp, and use boulean true.
{
SendClientMessage(playerid, WHITE, " World Wide RolePlay");
}
return 0;
}
}
