I need help with Robing system :P
#1

Hi guyz, my problem is when i goto Zero's Shop it doesn't Set my checkpoint! i dont know why

here is the code

pawn Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
    if(newinteriorid == 6) {
        if(IsPlayerInRangeOfPoint(playerid,50.0,-2239.7114,129.9761,1035.4141)) {
            SetPlayerCheckpoint(playerid, -2219.3125,135.7488,1035.6328,3);
            }else {
           DisablePlayerCheckpoint(playerid);
        }
    }
    return 1;
}

any help plz ???
Reply


Messages In This Thread
I need help with Robing system :P - by dr.lozer - 25.11.2012, 19:11
Re: I need help with Robing system :P - by DaRk_RaiN - 25.11.2012, 19:37
Re: I need help with Robing system :P - by dr.lozer - 26.11.2012, 05:14

Forum Jump:


Users browsing this thread: 1 Guest(s)