Starting Camera View when joining server
#1

ok, so you know when you join a server, during your login screen, character selection screen, etc, theres a camera staring out into a scenery view or some part of San Andreas? how do you change what area the camera is looking at when people are logging in and selecting their characters and stuff....like, for example...when i log in, i want my servers beginning camera to be set over ganton so people see a shot of ganton while they type their info in or select there skin. how do i do this?

Thank you all in advance
Reply
#2

https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt
https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
Reply
#3

ok you rock, i got that figured out...now second question, is there an easier way to find out locations rather then randomly picking numbers, compiling, restarting server, loading it....hoping for the best...and then rinse and repeat if you don't like that cameras position?
Reply
#4

Use hacking software and AirBreak to the locations you want.
Reply
#5

Ha-ha, don't be noob, don't use ch3ats, save position on the ground and ++ to z coord ~ 20-30 ed.
Reply
#6

Make your script to gotopos, so /gotopos x y z

Only for RCON admins.

ZCMD + SSCANF
pawn Код:
CMD:gotopos( playerid, params[ ] )
{
    if( !IsPlayerAdmin( playerid ) ) return 0;
    new Float:x, Float:y, Float:z;
    if( sscanf( params, "fff", x, y, z ) ) return SendClientMessage( playerid, 0xAAAAAA, "USAGE: /gotopos X Y Z" );
    return SetPlayerPos( playerid, x, y, z );
}
Reply
#7

lol...
just use fsdebug filterscript... login into rcon .. /rcon loadfs fsdebug then /v maverick get into the helicopter, fly up to the position and /save...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)