09.03.2014, 14:09
Okay so you probably have something like
and when you create the car Do something like GetPlayerPos(playerid, vPosx,vPosY,vPosZ);
That will save the position
Then save the model in vModel
Then you can save the vehicle into the player's file.And each time they login load the car.
Код:
enum pInfo { Money, Level, //Etc... //Add this pVehicle; } enum vinfo { vPosX, vPosY, vPosY, vAngle, vColor, vModel //etc.... }
That will save the position
Then save the model in vModel
Then you can save the vehicle into the player's file.And each time they login load the car.