10.11.2013, 11:11
I need to create a pickup for every player separately, it is possible ? or I have to use type 2 https://sampwiki.blast.hk/wiki/PickupTypes ?
I use CreateDynamicPickup
I tested to set the player ID for each player but it does not work
I use CreateDynamicPickup
PHP код:
native CreateDynamicPickup(modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);