08.07.2011, 15:06
My Checkpoint Isnt Showing Or Working! That is the script of it.
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == AdminBuilding)//---AdminBuilding
{
SetPlayerPos(playerid,1499.4868,-1517.2533,23.5481);
return 1;
}
And the the top i do have
new AdminBuilding;
Also i have
AdminBuilding = CreateDynamicCP(1498.7206,-1580.5266,13.5498,2.6653,0,0,0,0); // AdminPlace
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == AdminBuilding)//---AdminBuilding
{
SetPlayerPos(playerid,1499.4868,-1517.2533,23.5481);
return 1;
}
And the the top i do have
new AdminBuilding;
Also i have
AdminBuilding = CreateDynamicCP(1498.7206,-1580.5266,13.5498,2.6653,0,0,0,0); // AdminPlace