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

Quote:
Originally Posted by [NWA]Hannes
Посмотреть сообщение
I asked for a whole example, not the loop, i already know how to make a loop, im not a new scipter, i havent just gotten time to figure out how to do a 3d label for evry pickup on the server.
Sorry, I changed my post.

Quote:
Originally Posted by Austin
Посмотреть сообщение
You'd have a stock function as...

pawn Код:
stock CreatePickupWithLabel(model, type, Float:X, Float:Y, Float:Z, Virtualworld)
{
    Create3DTextLabel("Bla bla bla",0x008080FF,X,Y,Z,50.0,Virtualworld,1);
    return CreatePickup(model, type, X, Y, Z, Virtualworld);
}
This. Although virtualworld is not needed.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)