10.06.2017, 15:07
You want the player to spawn back into the derby after dying? You could;
PHP код:
public OnPlayerSpawn(playerid)
{
if(VDMS[playerid] == 1)
{
CallRemoteFunction("OnPlayerCommandText","is", playerid, "/ddm");
}
return 1;
}