11.03.2009, 15:06
Well, I got a Car ownership FS now I wanted to add a CMD that will allow the player to do /park and park the vehicle wherever he wants.
Heres what I got: http://pastebin.com/f5fbe9be5
Its only the cmds itself with the Saving CallBack
Now, Heres is and Example of how the File Looks like after I Spawn a Car:
Now I wanted to do that it Only changes the X, Y, Z, A Floats(editing only them) and without touching the Owner, Vehicle Plate, CarModel, Col1, Col2
Please Help, It doesn't give Errors when I Compile it just crashes my Client when I try to use the CMD
Heres what I got: http://pastebin.com/f5fbe9be5
Its only the cmds itself with the Saving CallBack
Now, Heres is and Example of how the File Looks like after I Spawn a Car:
Код:
{Player_Name:License_Plate:ModelId:Col1:Col2:FloatX:FloatY:FloatZ:FloatA}
Please Help, It doesn't give Errors when I Compile it just crashes my Client when I try to use the CMD