13.05.2012, 03:12
Well i have been playing around with this myself and i got it to work, first put this under onplayerconnect
Then edit these coords to your likeings
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!!
pawn Код:
SetTimerEx("PConnect",500,false,"i",playerid);
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;
}
[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!!