Using race checkpoints [streamer]
#1

As u know this is the streamer function

PHP код:
CreateDynamicRaceCP(typeFloat:xFloat:yFloat:zFloat:nextxFloat:nextyFloat:nextzFloat:sizeworldid = -1interiorid = -1playerid = -1Float:streamdistance 100.0); 
It creates two race checkpoints one after other. I want to create a system that if player enters in the next checkpoint a value should be returned to him different than when he enters the first race cp. Can any one help me with. It means returning player different values on entering the two race checkpoints.

Sorry if u don't understand my English.
Reply
#2

try to use

PHP код:
new test
test 
CreateDynamicRaceCP(typeFloat:xFloat:yFloat:zFloat:nextxFloat:nextyFloat:nextzFloat:sizeworldid = -1interiorid = -1playerid = -1Float:streamdistance 100.0); 
Reply
#3

Quote:
Originally Posted by JawsPlus
Посмотреть сообщение
try to use

PHP код:
new test
test 
CreateDynamicRaceCP(typeFloat:xFloat:yFloat:zFloat:nextxFloat:nextyFloat:nextzFloat:sizeworldid = -1interiorid = -1playerid = -1Float:streamdistance 100.0); 
I am already using it in such way and by the way did u understood what I meant?
Reply
#4

Mmm i think,"Float:nextx,Float:nexty,Float:nextz" to create next race checkpoint,mmm idk
Reply
#5

Look below
PHP код:

public OnPlayerEnterDynamicRaceCP(playeridcheckpointid)
{
    case 
first// if player enters the first race cp.
    
{
    }
    case 
next// if player enters the next race cp.
    
{
    }
    return 
1;

If anything like above exists?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)