06.07.2012, 01:53
This streamer has a function to create dynamic pickups which can be shown to certain players..
Here it is:
In the 8th parameter -1 means it will be shown to ALL players, you can change that to Marine team members (or the team you want it to be shown for) ids (You can do that by looping through all players).
Here it is:
pawn Код:
native CreateDynamicPickup(modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);