08.08.2013, 01:29
How To Change It ?
Put this before OnGameModeInit{}
Put this before OnGameModeInit{}
pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
if(!success )
SendClientMessage( playerid, RED, "Wrong Command! Use /commands or /cmds for available commands." );
return 1;
}