28.04.2014, 09:19
I'm having problem with "CreateVehicle" when loading it for player.
Under "public LoadUserInfo_data(playerid,name[],value[])"
I've created one dealership vehicle if the player bought vehicle from dealership then it will create it by the last place he left it/parked it.
The problem is when he enters the server it creates tons of the same vehicle in the same X,Y,Z.
I thought about " return 1; " after creating a vehicle but that didn't help. The INI_ParseFile is called before player respawns. but after he log-in.
have a clue on why this is happening?
Under "public LoadUserInfo_data(playerid,name[],value[])"
I've created one dealership vehicle if the player bought vehicle from dealership then it will create it by the last place he left it/parked it.
The problem is when he enters the server it creates tons of the same vehicle in the same X,Y,Z.
I thought about " return 1; " after creating a vehicle but that didn't help. The INI_ParseFile is called before player respawns. but after he log-in.
have a clue on why this is happening?