2 questions
#8

Actually, I've got code from area51, but the marker doesn't show up? Help?

public OnPlayerEnterCheckpoint(playerid) {

switch (gPlayerCheckpointStatus[playerid]) {

case CHECKPOINT_PLANE:

{

GameTextForPlayer(playerid, "Welcome home", 2000, 5);

SetPlayerInterior(playerid,0);

SetPlayerPos(playerid, -36.106513, -6.884305, 2.938885);

SetPlayerCheckpoint(playerid,2324.5945,-1144.5468,1050.7031, 168.7494);

gPlayerCheckpointStatus[playerid] = CHECKPOINT_AREA51;

}

case CHECKPOINT_AREA51:

{

DisablePlayerCheckpoint(playerid);

gPlayerCheckpointStatus[playerid] = CHECKPOINT_NONE;


}

default:

{

DisablePlayerCheckpoint(playerid);

}

}

return 1;

}
Reply


Messages In This Thread
2 questions - by yelkreb - 01.03.2009, 14:30
Re: 2 questions - by Rks25 - 01.03.2009, 14:30
Re: 2 questions - by yelkreb - 01.03.2009, 15:41
Re: 2 questions - by yelkreb - 02.03.2009, 05:48
Re: 2 questions - by JaYmE - 02.03.2009, 05:56
Re: 2 questions - by Rks25 - 02.03.2009, 06:06
Re: 2 questions - by yelkreb - 02.03.2009, 06:49
Re: 2 questions - by yelkreb - 02.03.2009, 09:08
Re: 2 questions - by yelkreb - 02.03.2009, 10:10
Re: 2 questions - by Marcel - 02.03.2009, 13:13
Re: 2 questions - by Rks25 - 02.03.2009, 14:57

Forum Jump:


Users browsing this thread: 3 Guest(s)