24.03.2009, 23:49
Quote:
Originally Posted by Ryan7
Quote:
|
pawn Код:
//OnPlayerText
if(!strcmp(text,"heal",true))
{
SetPlayerHealth(playerid,100.0);
return 0;
}
Originally Posted by Ryan7
Quote:
|
//OnPlayerText
if(!strcmp(text,"heal",true))
{
SetPlayerHealth(playerid,100.0);
return 0;
}