SA-MP Forums Archive
[PEDIDO] Sistema de arena/paintball. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [PEDIDO] Sistema de arena/paintball. (/showthread.php?tid=291416)



[PEDIDO] Sistema de arena/paintball. - Duhds_ - 19.10.2011

Eu gostaria de um sistema de arena/paintball, eu tentei usar o do godfather mas й muito bugado, se puder me ajudar, vou agradecer e dar estrelinha, obrigada.


Re: [PEDIDO] Sistema de arena/paintball. - Pharrel - 19.10.2011

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;
c vc n conseguir implantar no GM se mata