Change Image
#1

Does anyone know how change this picture? I searched on GM after coordinated but I found nothing ..



Thanks
Reply
#2

Try setting the camera pos after onplayerconnect?
Reply
#3

I do not understand what I mean
Reply
#4

Quote:
Originally Posted by InsaneESN
I do not understand what I mean
Not my fault

pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerCameraPos(playerid,cameraposX,cameraposY,cameraposZ);
return 1;
}
Reply
#5

not work

I took the coordinates from a helicopter, right?
Reply
#6

Quote:
Originally Posted by InsaneESN
not work

I took the coordinates from a helicopter, right?
You maybe need this:

Код:
SetPlayerPos(playerid, 1464.7906,-883.3133,55.8674);
SetPlayerCameraPos(playerid, 1464.7906,-883.3133,55.8674);
SetPlayerCameraLookAt(playerid, 1415.3538,-807.9126,85.0615);
The "SetPlayerPos" are for the world to not fade away when you are in the camera view.
The "SetPlayerCameraPos" are the camera position.
The "SetPlayerCameraLookAt" Is for what direction the camera should point at or basicly look at.

This coords are just for an example, try it.
Reply
#7

it's Work

Thanks

Edit: Change image only when I restart the server when I connect to it all is that old
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)