How to create a 3D label for evry pickup on the server?
#5

Quote:
Originally Posted by [NWA]Hannes
Посмотреть сообщение
An example please?


I dont want to do it manually for evry pickup. I got around 700...
700 pickups is impossible to do, well, if you want to spend over 2 hours doing nothing.

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);
        }
    }
}
Otherwise it's impossible unless you want to spend over 3 hours manually.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)