05.04.2010, 12:18
how can you change the life of a player spawn?
SetPlayerHealth(playerid,10000);
Originally Posted by [AC
Etch ]
he is asking how to set the health : here is it , add under OnPlayerSpawn : Код:
SetPlayerHealth(playerid,10000); |
Originally Posted by justinkomnuga
Quote:
|
Originally Posted by [EFS
]
Quote:
|
#pragma tabsize 0
public blablabla(playerid)
{
//THIS IS AN INDENT
//one tab!
if(condition1 == 1)
{
//this is another indent
}
return 1;
}