How to do it?
#1

Hello, After i get my answer admin delete that thread cause it's wrong section i think..

Anyways, When i login to my server i see the beach but is there any way to switch it ?
Reply
#2

How you mean Switch ?
You cant change the Position .. But You can add textdraws over there
Hope i help you
Reply
#3

pawn Код:
SetPlayerCameraPos(playerid, X, Y, Z);
Example:

pawn Код:
public OnPlayerConnect
{
    SetPlayerCameraPos(playerid, X, Y, Z);
    return 1;
}
https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
Reply
#4

Didn't work
Reply
#5

Try out this one
Camera pos (Position of camera)
CametalookAt position where camera looks
Hope i help you
pawn Код:
SetPlayerCameraPos(playerid, x,y,z);
SetPlayerCameraLookAt(playerid, x,y,z);
Reply
#6

Same
Reply
#7

Set a 5 second timer on OnPlayerConnect and try doing the camera pos and camera lookat thing
Reply
#8

Like that?

PHP код:
SetTimerEx("Connect"5000"d"playerid); 
Reply
#9

Ya,try it out
Inside the timer, set the camera pos and lookat and then kill the timer
Reply
#10

Didn't work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)