SA-MP Forums Archive
[Ajuda] galera me ajuda ai - 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: [Ajuda] galera me ajuda ai (/showthread.php?tid=286663)



[Ajuda] galera me ajuda ai - L.D.K - 29.09.2011

galera alguem podia em ajudar e me deizer como criar uma bomba pra por na dp e soltar os menbros de gangs presos na dp ??


Re: galera me ajuda ai - Pharrel - 29.09.2011

depende do seu sistema de prisao e do seu sistema de orgs.


Re: galera me ajuda ai - L.D.K - 29.09.2011

meu gm e o bmg


Re: galera me ajuda ai - Pharrel - 29.09.2011

kibom, isso n me ajuda pq nunca usei esse GM


Re: galera me ajuda ai - L.D.K - 29.09.2011

o que vc quer que eu mando pra vc me ajudar ?


Re: galera me ajuda ai - Pharrel - 29.09.2011

a variavel q define q ele ta preso e o tempo de prisao, e a variavel q define q ele й gangster.


Re: [Ajuda] galera me ajuda ai - L.D.K - 29.09.2011

if(PlayerInfo[playerid][pJailed] == 1)
{
SetPlayerInterior(playerid, 6);
rand = random(sizeof(gPresoPmSpawns));
SetPlayerPos(playerid, gPresoPmSpawns[rand][0], gPresoPmSpawns[rand][1], gPresoPmSpawns[rand][2]); // Warp the player
SetPlayerFacingAngle(playerid, gPresoPmSpawns[rand][3]);
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Sentenзa incompleta,Vocк voltou para Prisгo");

cara e isso ?