I got huge problem with my script
#5

pawn Code:
COMMAND:gotols(playerid, params[])
{
        if(PlayerInfo[playerid][pAdministrator] < 1) return SendClientMessage(playerid,-1,"Access Denied Bish");
        {
        if(GetPlayerState(playerid) == 2)
        {
            new tmpcar = GetPlayerVehicleID(playerid);
            SetVehiclePos(tmpcar, 1529.6,-1691.2,13.3);
        }
        else
        {
            SetPlayerPos(playerid, 1529.6,-1691.2,13.3);
            SetPlayerInterior(playerid,0);
            SetPlayerVirtualWorld(playerid,0);
        }
     }
        return 1;
}
Test this.
Reply


Messages In This Thread
I got huge problem with my script - by N0FeaR - 13.06.2012, 11:08
Re: I got huge problem with my script - by Littlehelper - 13.06.2012, 11:10
Re: I got huge problem with my script - by N0FeaR - 13.06.2012, 11:11
Re: I got huge problem with my script - by zombieking - 13.06.2012, 11:17
Re: I got huge problem with my script - by Littlehelper - 13.06.2012, 11:17
Re: I got huge problem with my script - by N0FeaR - 13.06.2012, 11:17
Re: I got huge problem with my script - by N0FeaR - 13.06.2012, 11:20
Re: I got huge problem with my script - by Nicks - 13.06.2012, 11:20
Re: I got huge problem with my script - by JaKe Elite - 13.06.2012, 11:22
Re: I got huge problem with my script - by N0FeaR - 13.06.2012, 11:55
Re: I got huge problem with my script - by Rob_Maate - 13.06.2012, 12:33
Re: I got huge problem with my script - by JhnzRep - 13.06.2012, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)