25.04.2011, 16:17
nice fs but that wouldnt work cause the first player who dies that will be the pos where all players teleport cause u used : new DeathPos; u should use :
then use :
pawn Код:
new DeathPos[MAX_PLAYERS];
pawn Код:
DeahtPos[playerid] = blablabla;