Please help me
#1

Anyone Help me with my Problem
add me in skype : johnloyd.cantre

need help please I need to save this Object
in the vehicle
Reply
#2

Show us code, I can't help you if you don't show code. :P
Reply
#3

Quote:
Originally Posted by ChristolisTV
Посмотреть сообщение
Show us code, I can't help you if you don't show code. :P
This is the code sir
Reply
#4

Quote:
Originally Posted by ChristolisTV
Посмотреть сообщение
Show us code, I can't help you if you don't show code. :P
Sir Chris Help me

// :
new myobject = CreateObject(19419,0,0,-1000,0,0,0,100);
AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), -0.000000,-0.225000,0.824999,0.000000,0.000000,0.000000);

// :
new myobject = CreateObject(914,0,0,-1000,0,0,0,100);
AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), 0.000000,0.750000,0.675000,56.700012,91.799980,0.0 00000);

// :
new myobject = CreateObject(914,0,0,-1000,0,0,0,100);
AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), -0.075000,-1.124999,0.750000,124.199951,89.099983,0.000000);

// :
new myobject = CreateObject(19601,0,0,-1000,0,0,0,100);
AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), 0.000000,2.775001,-0.225000,0.000000,0.000000,180.899887);

where i save that script?
Reply
#5

You can save your object informations in a INI file using this include.

https://sampforum.blast.hk/showthread.php?tid=570957

PHP код:
new INI:ini INI_Open("object.ini");
INI_WriteString(ini"objectid"the_objectid);
INI_WriteString(ini"objectX"the_objectX);
... 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)