Checkpoint wont show up!
#1

So i have a problem within this:

pawn Код:
if(PlayerInfo[playerid][pJob] == 24 && HullaOnDuty[playerid] == 1)
    {
        switch(HullaFelveve[playerid])
        {
        case 0:
        {
            return 1;
        }
        case 1:
        {
            DisablePlayerCheckpoint(playerid);
            GameTextForPlayer(playerid, "~g~Felvetted a halottat, most szallisd vissza a ravatalozoba", 5000, 3);
            SetPlayerCheckpoint(playerid,-345.1764,1049.0767,19.7084,8.0);
            HullaFelveve[playerid] = 2;
        }
        case 2:
        {
            DisablePlayerCheckpoint(playerid);
            GameTextForPlayer(playerid, "~g~Leszallitottad a hullat, jutalom: $100", 5000, 3);
            SafeGivePlayerMoney(playerid,100);
            HullaFelveve[playerid] = 0;
            }
        }
   }
The SetPlayerCheckpoint within this piece of code wont show up, even the text for player shows up but not the checkpoint...... Please help!
Reply


Messages In This Thread
Checkpoint wont show up! - by csoki2 - 19.04.2011, 11:07
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 11:25
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 11:39
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 11:41
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:02
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:16
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:18
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:23
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:26
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:31
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:34
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:40
Re: Checkpoint wont show up! - by csoki2 - 19.04.2011, 12:55

Forum Jump:


Users browsing this thread: 1 Guest(s)