incogntio race checkpoints
#1

how do i make it so if you enter a race checkpoint on incognito streamer it does something i know the checkpoint code


Код:
if(checkpointid == example)
    {
//code
}
thats for checkpoints but how would i do it to race checkpoints?

Код:
public OnPlayerEnterDynamicRaceCP(playerid, checkpointid)
{
	return 1;
}
thanks
Reply
#2

Normal checkpoints i've defined in OnGameModeInit. Maybe this you need too?
Normal my race system without streamer working in the board. Reading just X, Y, Z.
Reply
#3

Quote:
Originally Posted by Riddick94
Посмотреть сообщение
Normal checkpoints i've defined in OnGameModeInit. Maybe this you need too?
Normal my race system without streamer working in the board. Reading just X, Y, Z.
ok so can you give me the code to question?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)