01.03.2010, 21:25
1:
Change the ending of OnPlayerCommandText to this:
2: Ask in the script request thread.
Change the ending of OnPlayerCommandText to this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
// Your Message. > Commands ABOVE this. ^^ < [ use SendClientMessage or whatever ]
return 1;
}