SA-MP Forums Archive
[Help]dont show object - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help]dont show object (/showthread.php?tid=447354)



[Help]dont show object - Nedda - 29.06.2013

hello ! I have one problem
I create object http://imgur.com/f7EyOJw 13598

Код:
	voda[playerid] = CreateObject(13598, 0,0,-1000,0,0,0,100);
    AttachObjectToVehicle(voda[playerid], GetPlayerVehicleID(playerid), -0.000000,1.800000,0.000000,0.000000,0.000000,0.000000);
but not to show it ! where is a problem ? thx


Re: [Help]dont show object - ScRipTeRi - 29.06.2013

pawn Код:
voda[playerid] = CreateObject(13598, 0,0,-1000,0,0,0,0);
    AttachObjectToVehicle(voda[playerid], GetPlayerVehicleID(playerid), -0.000000,1.800000,0.000000,0.000000,0.000000,0.000000);
Try this


Re: [Help]dont show object - Nedda - 29.06.2013

Quote:
Originally Posted by ScRipTeRi
Посмотреть сообщение
pawn Код:
voda[playerid] = CreateObject(13598, 0,0,-1000,0,0,0,0);
    AttachObjectToVehicle(voda[playerid], GetPlayerVehicleID(playerid), -0.000000,1.800000,0.000000,0.000000,0.000000,0.000000);
Try this
dont work (((


Re: [Help]dont show object - ScRipTeRi - 29.06.2013

i think for all problem here its to Player Distance


Re: [Help]dont show object - Nedda - 30.06.2013

Quote:
Originally Posted by ScRipTeRi
Посмотреть сообщение
i think for all problem here its to Player Distance
hmmm do you have a
Solution :/