Not respawning in deathmatch
#2

I'm guessing you have code after what you're showing in OnPlayerSpawn that's setting a player's position to a different location, so just return a value if the InMinigun variable equals to 1.

Example:
pawn Код:
if( InMinigun[playerid] == 1 )
{
    SetPlayerPos(playerid, 1303.10, 2166.40, 10.70);
    return 1;
}
Reply


Messages In This Thread
Not respawning in deathmatch - by nhunor58 - 08.01.2013, 17:27
Re: Not respawning in deathmatch - by Catalyst- - 08.01.2013, 17:42

Forum Jump:


Users browsing this thread: 1 Guest(s)