19.03.2013, 20:59
Can't you just save the model ID of the vehicle you bought into your playerfile?
Then on spawn (or command) just CreateVehicle with that model
My dIni knowledge is a bit rusty, so I'm sorry if the syntax is somewhat incorrect.
pawn Код:
dini_IntSet( PathToPlayerFile, "Vehicle", ModelIDForVehicle );
pawn Код:
dini_Int( PathToPlayerFile, "Vehicle" );