17.12.2010, 11:12
here
Код:
new cmd[128];
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/info", true) == 0)
{
if(IsPlayerConnected(playerid))
{
{
SendClientMessage(playerid, WHITE, " World Wide RolePlay");
}
}
return 0;
}
