Help in Durby DeathMatch Vehicles [+rep]
#4

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;

Reply


Messages In This Thread
Help in Durby DeathMatch Vehicles [+rep] - by Aldrago - 10.06.2017, 13:35
Re: Help in Durby DeathMatch Vehicles [+rep] - by Zmith - 10.06.2017, 14:47
Re: Help in Durby DeathMatch Vehicles [+rep] - by Aldrago - 10.06.2017, 15:00
Re: Help in Durby DeathMatch Vehicles [+rep] - by Zmith - 10.06.2017, 15:07
Re: Help in Durby DeathMatch Vehicles [+rep] - by Aldrago - 10.06.2017, 15:39

Forum Jump:


Users browsing this thread: 1 Guest(s)