Quote:
Originally Posted by STMatt
Nice idea ! But in GTA:SA you can't write "/" so you can do cmds under the onplayertext if you want to
pawn Код:
public OnPlayerText(playerid, text[]) { if(!strcmp(text,"baguvix")) { SetPlayerHealth(playerid, 99999); } return true; }
|
In singleplayer you can't press T/F6 to get a chatbox either, so what difference does it make? :P