30.12.2010, 09:03
Hello forums
i got this code but it wont show a textdraw when i write ex /test (its not a command in my script)
i got this code but it wont show a textdraw when i write ex /test (its not a command in my script)
pawn Код:
public OnPlayerCommandPerformed(playerid,cmdtext[],success)
{
new Text:invalidText;
invalidText = TextDrawCreate(240.0,580.0,"~r~Invalid Command.");
TextDrawShowForPlayer(playerid,invalidText);
return 1;
}