Quote:
Originally Posted by [L3th4l]
pawn Код:
public OnPlayerCommandPerformed(playerid,cmdtext[],success) { if(!success) { new Text:invalidText[MAX_PLAYERS]; invalidText[playerid] = TextDrawCreate(240.0,580.0,"~r~Invalid Command."); TextDrawShowForPlayer(playerid, invalidText[playerid]); return 1; } }
|
this still dont work. It shows nothing