16.05.2012, 18:34
i did easy script for show what Y_INI does to me
paste bin link is here
This script shoud does this:
-save position of car (X,Y,Z)
-save Lock and Alarm (if is activated or no)
-and save model of vehicle where i write /savec (that c means car)
save works fine ! here is what this script saved
this is what i want , but when i want to load this things to spawn my saved car (after my re-connect)
nothing happend
thats reason why i add to my script this
But that printf.. print me to console only this
0 0 0 0 Here is pos and modelid ,
And the car is NOT spawn.
I'm realy sorry for my Amazing bad english...
But can somebody help me?
paste bin link is here
This script shoud does this:
-save position of car (X,Y,Z)
-save Lock and Alarm (if is activated or no)
-and save model of vehicle where i write /savec (that c means car)
save works fine ! here is what this script saved
Код:
[Auto] Model = 411 PosX = 1751.392578 PosY = -2111.434570 PosZ = 13.223710 Alarm = -1 Lock = -1
nothing happend
thats reason why i add to my script this
Код:
printf("%d %d %d %d Here is pos and modelid",CarInformation[playerid][Model] , CarInformation[playerid][cX], CarInformation[playerid][cY], CarInformation[playerid][cZ]);
0 0 0 0 Here is pos and modelid ,
And the car is NOT spawn.
I'm realy sorry for my Amazing bad english...
But can somebody help me?