need help with a Point to Point Mission (incognito Streamer)
#7

Quote:
Originally Posted by Konstantinos
View Post
You can show/hide a checkpoint (from streamer) by using Streamer_AppendArrayData and Streamer_RemoveArrayData functions.

An example:
pawn Code:
// you should hide any checkpoint before and then (supposing the first cp is shown) it hides the first cp and it shows the second
Streamer_RemoveArrayData(STREAMER_TYPE_CP, Checkpoint[0], E_STREAMER_PLAYER_ID, playerid);
Streamer_AppendArrayData(STREAMER_TYPE_CP, Checkpoint[1], E_STREAMER_PLAYER_ID, playerid);
haven't the slightest clue on how I could possibly implement that :/
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)