A quick help.
#1

I'm working on a house system, and I'd just like to create the pickups only on 6 worlds (0,1,2,3,4,5).
I did it like this:
pawn Код:
new Worlds[7] =
{
    0,1,2,3,4,5
};
So, how can i place the pickup on these worlds?

Код:
CreateDynamicPickup(modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
What should I enter in the worldid field?
Thanks in advance..
Reply


Messages In This Thread
A quick help. - by biker122 - 15.07.2014, 14:05
Re: A quick help. - by Dignity - 15.07.2014, 14:10
Re: A quick help. - by Vince - 15.07.2014, 14:21
Re: A quick help. - by biker122 - 15.07.2014, 14:21

Forum Jump:


Users browsing this thread: 1 Guest(s)