[Help] Setting login screen angle
#8

Well i have been playing around with this myself and i got it to work, first put this under onplayerconnect
pawn Код:
SetTimerEx("PConnect",500,false,"i",playerid);
Then edit these coords to your likeings
pawn Код:
forward PConnect(playerid);
public PConnect(playerid)
{
    SetPlayerPos(playerid, 1600.2449, -2451.2734, 102.7522);
    SetPlayerCameraPos(playerid, 1600.2449, -2451.2734, 103.7522);
    SetPlayerCameraLookAt(playerid, 1599.3719, -2451.7661, 103.4921);
    return 1;
}
these coords will make it look here...
[IMG][/IMG]
Some reason xfire delets the chat and all dialogs idk why but my registration dialog and chat is right there, now it wont go to this right away it will take 500 ms "half second" for it to switch.
Enjoy!!
Reply


Messages In This Thread
[Help] Setting login screen angle - by MarinacMrcina - 10.05.2012, 19:05
Re: [Help] Setting login screen angle - by ikey07 - 10.05.2012, 19:08
Re: [Help] Setting login screen angle - by MarinacMrcina - 11.05.2012, 21:57
Re: [Help] Setting login screen angle - by iGetty - 11.05.2012, 22:06
Re: [Help] Setting login screen angle - by MarinacMrcina - 11.05.2012, 22:12
Re: [Help] Setting login screen angle - by iGetty - 11.05.2012, 22:14
Re: [Help] Setting login screen angle - by MarinacMrcina - 11.05.2012, 22:20
Re: [Help] Setting login screen angle - by nickdodd25 - 13.05.2012, 03:12

Forum Jump:


Users browsing this thread: 5 Guest(s)