Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by radiobizza
You don't have this:
PHP код:
new currentveh;
public OnGameModeInit()
{
currentveh = CreateVehicle(id, x, y, z, a, -1, -1, 100);
return 1;
}
|
I think i don't need it since im not creating a new vehicle but SAVING and LOADING (temporary) the current player's one.