21.06.2013, 13:42
I use this coz the cityhall don't get me to Los Santos , it teleports me to LV
so i use this cmd
it compiles but when i go to this place nothing happen.
so i use this cmd
PHP код:
forward CityHallBug();
public CityHallBug()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(IsPlayerInRangeOfPoint(i,3.0,2415.6001,1123.7100,10.8203))
{
SetPlayerPos(i,1481.3392,-1766.5693,18.7958);
SetPlayerFacingAngle(i,357.7562);
SetCameraBehindPlayer(i);
TogglePlayerControllable(i,0);
TogglePlayerControllable(i,1);
}
}
}
}