cps for all players
#1

ok i want to ask if anyone have idea how to make that 1 cp appear for all racers, and if any racer pick that cp, it will dissapear and nexts will be set for all racers
Reply
#2

i don't know how to do so but it is surely possible... Would be alike the Blood bowl arena where there is some repair CPs for all people.
Reply
#3

of course that is possible :P
Reply
#4

Easy.

pawn Код:
OnPlayerEnterCheckPoint
{
    for(new i=0;i<=MAX_PLAYERS; i++)
    {
        SetPlayerCheckPoint(i,...);
    }
}
Reply
#5

fabio, i know how to make 1 cp for some team i mentioned that, but i dont know how to make that this cp will be shown for players which can join or leave anytimei need cp if anyone pick it it will change for everybody and if someone new join he could see that cp
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)