20.04.2012, 13:54
yes it is for respawn a player like:
public OnPlayerCommandText(playerid)
{
if(strcmp("/spawn"...) == 0)
{
SpawnPlayer(playerid);
return 1;
}
return 0;
}
but u can use it as admin command for respawn some other player by ID... but for using admin command then uu have to know how to add...
public OnPlayerCommandText(playerid)
{
if(strcmp("/spawn"...) == 0)
{
SpawnPlayer(playerid);
return 1;
}
return 0;
}
but u can use it as admin command for respawn some other player by ID... but for using admin command then uu have to know how to add...