15.07.2014, 14:10
I guess you could use a loop although I'm not sure if that is the best way to do it.
pawn Код:
for(new i; i < sizeof(Worlds); i ++)
{
// Usage: "Worlds[i]". Example:
CreateDynamicPickup(1337, 1, 0.0, 0.0, 0.0, Worlds[i], -1, -1, 100.0);
}