Larsey123IsMe
Unregistered
Quote:
Originally Posted by Cameltoe
Here:
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if( pickupid == HealthPickup && IsPlayerAdmin(playerid)) { SetPlayerHealth(playerid, 100); SendClientMessage(playerid,COLOR_ORANGERED,"You picked up Health!"); } return 1; }
You could also add an streamer, and only stream the chosen pickups for admins only.
|
Thank you <3