shotgun room
#7

Quote:
Originally Posted by Hashski
View Post
He missed a bracket.

pawn Code:
if IsPlayerInRangeOfPoint(playerid, 100, -19.0286,-175.3378,1003.5469)
{
    SetPlayerInterior(playerid, 17);
    SetPlayerPos(playerid, -19.0286,-175.3378,1003.5469);
    SetPlayerFacingAngle(playerid, 330.8037);
    GivePlayerWeapon(playerid, 25, 1000);
    SetPlayerHealth(playerid, 100)
    SetPlayerArmour(playerid, 100);
}
else
{
    SetPlayerVirtualWorld(playerid, 0);
    SetPlayerInterior(playerid, 0);
}
return 1;
it does not work you need to do it like i did..

I don't get any errors or warnings doing it my way. :P

but thx for the help
Reply


Messages In This Thread
shotgun room - by Madsen - 28.02.2011, 14:34
Re: shotgun room - by Baboon - 28.02.2011, 18:15
Re: shotgun room - by Madsen - 28.02.2011, 18:45
Re: shotgun room - by sim_sima - 01.03.2011, 15:29
Re: shotgun room - by Lorrden - 01.03.2011, 15:32
Re: shotgun room - by Hashski - 01.03.2011, 15:54
Re: shotgun room - by Madsen - 01.03.2011, 16:50
Re: shotgun room - by Madsen - 02.03.2011, 13:38
Re: shotgun room - by Lorrden - 02.03.2011, 15:33
Re: shotgun room - by Madsen - 02.03.2011, 15:47

Forum Jump:


Users browsing this thread: 1 Guest(s)