12.12.2010, 18:29
Quote:
|
An example please?
I dont want to do it manually for evry pickup. I got around 700... |
pawn Код:
// This is the loop.
new x; while(x < MAX_PICKUPS)
{
switch(x)
{
case 1: // Pickup 1
{
Create3DTextLabel("Type /enter to enter", 0xFFFFFFAA, PickupX, PickupY, PickupZ, 40.0, 0);
}
}
}


