Problem with new registration system
#5

and then if you want to set those positions you declared..

pawn Код:
PlayerInfo[playerid][pPos_x] = 1449.950;
PlayerInfo[playerid][pPos_y] = -2287.7966;
PlayerInfo[playerid][pPos_z] = 14.5469;
use

pawn Код:
SetPlayerPos(playerid, PlayerInfo[playerid][pPos_x], PlayerInfo[playerid][pPos_y], PlayerInfo[playerid][pPos_z]);
SetPlayerFacingAngle(playerid, -90);
Reply


Messages In This Thread
Problem with new registration system - by Don_Cage - 21.07.2013, 03:28
Re: Problem with new registration system - by Lordzy - 21.07.2013, 03:35
Re: Problem with new registration system - by Don_Cage - 21.07.2013, 03:53
Re: Problem with new registration system - by AdamCooper - 21.07.2013, 04:21
Re: Problem with new registration system - by Tingesport - 21.07.2013, 08:58

Forum Jump:


Users browsing this thread: 1 Guest(s)