Whats wrong?
#6

Try:
pawn Код:
OnPlayerConnect(playerid)
{
SetPlayerCheckpoint(playerid, Float:x, Float:y, Float:z, Float:size) //the x y z of the bank exterior
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{

    //set the players position to the bank
    //set the players interior to the bank
    return 1;
}
//to make sure it works:
public OnPlayerLeaveCheckpoint(playerid)
{
    printf("Player %i left a checkpoint!",playerid);
    return 1;
}
Reply


Messages In This Thread
Whats wrong? - by Tuntun - 25.05.2013, 17:20
Re: Whats wrong? - by DobbysGamertag - 25.05.2013, 17:21
Re: Whats wrong? - by Hernando - 25.05.2013, 17:23
Re: Whats wrong? - by DobbysGamertag - 25.05.2013, 17:24
Re: Whats wrong? - by Tuntun - 25.05.2013, 17:29
Re: Whats wrong? - by DobbysGamertag - 25.05.2013, 17:34
Re: Whats wrong? - by Mattakil - 25.05.2013, 17:35
Re: Whats wrong? - by DobbysGamertag - 25.05.2013, 17:37
Re: Whats wrong? - by Tuntun - 25.05.2013, 17:42
Re: Whats wrong? - by DobbysGamertag - 25.05.2013, 17:50

Forum Jump:


Users browsing this thread: 7 Guest(s)