15.11.2011, 13:32
Nice idea ! But in GTA:SA you can't write "/" so you can do cmds under the onplayertext if you want to
pawn Code:
public OnPlayerText(playerid, text[])
{
if(!strcmp(text,"baguvix"))
{
SetPlayerHealth(playerid, 99999);
}
return true;
}