Respawn in DM world
#2

use
pawn Код:
new DM[MAX_PLAYERS];
and when in the dcmd use
pawn Код:
DM[playerid] = 1;
and if u in Death Match number 2, use
pawn Код:
DM[playerid] = 2;
and others... after that use in
pawn Код:
public OnPlayerSpawn(playerid)
use
pawn Код:
if(DM[playerid] >= 1) { if(DM[playerid] == 1) { bla bla bla } }
and next hope you understand it.
Reply


Messages In This Thread
Respawn in DM world - by SanAndreasVille - 01.03.2011, 23:12
Re: Respawn in DM world - by AK47317 - 02.03.2011, 06:08
Re: Respawn in DM world - by SanAndreasVille - 02.03.2011, 16:51
Re: Respawn in DM world - by SanAndreasVille - 03.03.2011, 14:46

Forum Jump:


Users browsing this thread: 1 Guest(s)