24.04.2011, 22:27
I used this command for test and when i type /help server was off
pawn Код:
if (strcmp("/help", cmdtext, true, 10) == 0)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,MAX_PLAYER_NAME);
SendClientMessageToAll(0xFFFFFF,"Player %s used command /help");
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"{C3FF00FF}General Rocket Party Helping","Welcome to General Rocket Party we are happy for your joing this server.\nThanks very much!!!!!!","Ok","Nice");
return 1;
}