19.10.2011, 19:41
pawn Код:
new bool:paintball[MAX_PLAYERS];//topo do gm
// pra entrar no paintball por exemplo/irpaintball
SetPlayerPos(playerid, posiзгo q vc quiser);
paintball[playerid] = true;
//onplayerdeath
if(paintball[playerid]) return SetPlayerPos(playerid, posiзгo q vc quiser), 1;
//qdo sair do paintball
paintball[playerid]=false;