07.08.2013, 19:16
public OnGameModeInit()
{
CreatePickup(1318, 1, -4895.7061,-919.1420,2.9435, -1);
return 1;
}
I created an island in the middle of the sea, near to mount chilliad.
The island had a house on it.
And i use /save to save the coordinates for the pickup at the door. Its a arrow pointing down.
But the fucking pickup doesnt show, why is this so
Since the other day I suspected something stupid about pawno and these kind of shit.
-Not even the camera position "OnPlayerRequestClass" works, its like the camera has a mind of it's own and turning where ever it wants. I set it to face the player and it turns other direction.
-Also when I save player position for spawn using /save, the player turns the other direction, when i spawn there... wtf
Ive been scripting for 2 months now, and these problems cant be fixed.
Even sometimes when I restart my gamemode, the changes I made doesn't take effect.
{
CreatePickup(1318, 1, -4895.7061,-919.1420,2.9435, -1);
return 1;
}
I created an island in the middle of the sea, near to mount chilliad.
The island had a house on it.
And i use /save to save the coordinates for the pickup at the door. Its a arrow pointing down.
But the fucking pickup doesnt show, why is this so
Since the other day I suspected something stupid about pawno and these kind of shit.
-Not even the camera position "OnPlayerRequestClass" works, its like the camera has a mind of it's own and turning where ever it wants. I set it to face the player and it turns other direction.
-Also when I save player position for spawn using /save, the player turns the other direction, when i spawn there... wtf
Ive been scripting for 2 months now, and these problems cant be fixed.
Even sometimes when I restart my gamemode, the changes I made doesn't take effect.