[Pedido] BANCO + MOCHILA - 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] BANCO + MOCHILA (
/showthread.php?tid=632476)
BANCO + MOCHILA -
Dimbalada - 14.04.2017
Tipo Tenho 1 sistema de roubar banco etc o player rouba tranquilo mais eu queria q quando ele terminase de rouba e pegase o dinheiro essa mochila aki id >
1550 aparece-se nas costas dele e ficava ate ele morre ai quando ele morrese sumia
Re: BANCO + MOCHILA -
renatog - 14.04.2017
Use SetPlayerAttachedObject quando ele roubar e quando ele morrer checa se esse objeto estб anexado a ele e remove.
Re: BANCO + MOCHILA -
Dimbalada - 15.04.2017
usei so que nгo aparece nd quando o roubo termina
Quote:
SetPlayerAttachedObject (playerid, 1, 1550, 1, -0,065999, -0,134999, 0,000000, 0,000000, 34,799995, 0,000000, 1,000000, 1,000000, 1,000000);
|
alguem pode me dizer tipo se ta certinho atravessado nas costa e pq aki nгo aparece nd quando termina o roubo
Re: BANCO + MOCHILA -
TheusCrazzy - 15.04.2017
Colocar no code de quando for executado o roubo.
Quote:
SetPlayerAttachedObject(playerid, 1, 1550, 1, 0.000000, -0.313611, 0.021003, 0.445490, 86.754409, 355.370239, 0.926815, 1.000000, 1.000000);
|
Colocar em OnPlayerDeath:
Quote:
RemovePlayerAttachedObject(playerid, 1);
|
Respuesta: BANCO + MOCHILA -
BrGabrielBr - 15.04.2017
mano rouba o banco certinho mas nгo aparece nd nas costa da skin prinst aki
http://imgur.com/a/xWrHu
Re: BANCO + MOCHILA -
ViniBorn - 15.04.2017
Vocк colocou o SetPlayerAttachedObject em que parte do cуdigo?
Re: BANCO + MOCHILA -
Dimbalada - 15.04.2017
na ultima linha olha no print
http://imgur.com/a/xWrHu
Re: BANCO + MOCHILA -
TheusCrazzy - 15.04.2017
Pra ficar mais fбcil pra vocк, procure por: Vocк explodiu o caixa eletrфnico e ganhou
e coloque o cуdigo lб:
Quote:
SetPlayerAttachedObject(playerid, 1, 1550, 1, 0.000000, -0.313611, 0.021003, 0.445490, 86.754409, 355.370239, 0.926815, 1.000000, 1.000000);
|