25.10.2009, 10:01
Hey GuyZ,
Whats the line to kill a player when it spawns??
Whats the line to kill a player when it spawns??
public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid,0);
return 1;
}
|
Originally Posted by [ECR
SancheZ ]
Hey GuyZ, Whats the line to kill a player when it spawns?? |
|
Originally Posted by BMUK
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerHealth(playerid,0);
return 1;
}
|
|
Originally Posted by [ECR
SancheZ ]
LoL, Now it kills and kills and kills It fucking doesnt stop dieing :S Please help |