[Help]: Differences pickups
#1

What are the differences in

new Pickup[MAX_PLAYERS];

and

new Pickup;

їPickup[MAX_PLAYERS] = One per user ?

I want to do this
PHP код:
CMD:mypickup...
{
Pickup[MAX_PLAYERS]  = CreatePickup(1242... //create pickup per player

Reply
#2

Yes if you want per player you need use [MAX_PLAYERS] then Pickup[playerid] = CreatePickup
if for all, Pickup = CreatePickup but best way is using streamer and CreateDynamicPickup
Reply
#3

I get it
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)