26.03.2012, 10:16
Quote:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{ if(success == 0) { SendClientMessage(playerid, COLOR_RED, "Try another command from /help, that one doesnt exist!"); return 1; } return 0; } Try this code |
Quote:
pawn Код:
Код:
SendClientMessage(playerid, -1, "Dancing party!"); //will give loose indentation in this line SendClientMessage(playerid, -1, "Enjoying huh!"); SendClientMessage(playerid, -1, "Dancing party!"); //correct one SendClientMessage(playerid, -1, "Enjoying huh!"); |