11.11.2018, 16:20
Hey
How I can toggle a pickup for a specific player?
If I use Streamer_RemoveArrayData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_PLAYER_ID, playerid); or Streamer_AppendArrayData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_PLAYER_ID, playerid);
and Streamer_Update(playerid, STREAMER_TYPE_PICKUP); the pickup sometimes dissapears after a few seconds but I think it should dissapear instantly
I tried this with different pickup types also type 3 which Disappears after pickup, respawns after death but it not working.
I want to make a police bribe system so the pickup have to dissapear instantly like in singleplayer.
How I can toggle a pickup for a specific player?
If I use Streamer_RemoveArrayData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_PLAYER_ID, playerid); or Streamer_AppendArrayData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_PLAYER_ID, playerid);
and Streamer_Update(playerid, STREAMER_TYPE_PICKUP); the pickup sometimes dissapears after a few seconds but I think it should dissapear instantly
I tried this with different pickup types also type 3 which Disappears after pickup, respawns after death but it not working.
I want to make a police bribe system so the pickup have to dissapear instantly like in singleplayer.