Teleport Problem
#5

Test this if you have Errors Give me.

Код:
if(checkpointid == regular_player_club[0])
    {
    	if(GetPlayerScore(playerid) < 1000)
    	{
    	new string[128];
    	SetPlayerInterior(playerid,0);
		SetPlayerPos(playerid, 962.7755,-53.2472,1001.1246);
	    SetPlayerHealth(playerid, 100.0);
	    SetPlayerArmour(playerid, 100.0);
		} else return SendClientMessage(playerid,red,"[ ERROR: You must be a Regular Player 5: Gunnery Sergeant in order to enter the Regular Player Club, please type /ranks to know the requirements. ]");
		return 1;
		}

	if(checkpointid == regular_player_club[1])
    {
        SetPlayerInterior(playerid, -1);
    	SetPlayerPos(playerid, 481.5057,-1499.0198,20.3008);//Everything is fine but, once I get teleported to this location everything is grey in color, and this is not an interior pos, its Rodeo, Los Santos.
		return 1;
	}
    return 1;
}
Reply


Messages In This Thread
Teleport Problem - by Sc0pion - 29.06.2015, 09:33
Re : Teleport Problem - by Terrorizt - 29.06.2015, 09:40
Re: Teleport Problem - by ItzRbj - 29.06.2015, 09:53
Re: Teleport Problem - by kyriakos587 - 29.06.2015, 10:35
Re: Teleport Problem - by Bomber07 - 29.06.2015, 10:45

Forum Jump:


Users browsing this thread: 1 Guest(s)