[HELP]CreatePickupWith3DText
#4

Put the stock at the of your GM:

PHP код:
stock CreatePickupWith3DText(modeltypeFloat:XFloat:YFloat:ZVirtualworldtext[])
{
    
Create3DTextLabel(text0xFFFFFFFFXYZ+0.7540.0Virtualworld0);
    
CreatePickup(modeltypeXYZVirtualworld);
    return 
1;

And use this where you need:

PHP код:
CreatePickupWith3DText(131811825.503051, -1538.15185513.5468750"Vip Garage"); 
Reply


Messages In This Thread
[HELP]CreatePickupWith3DText - by decastro96 - 01.07.2011, 23:33
Re: [HELP]CreatePickupWith3DText - by [HiC]TheKiller - 02.07.2011, 00:37
Re: [HELP]CreatePickupWith3DText - by dr.pepper - 02.07.2011, 00:52
Re: [HELP]CreatePickupWith3DText - by Shadoww5 - 02.07.2011, 01:42
Re: [HELP]CreatePickupWith3DText - by decastro96 - 02.07.2011, 18:29
Re: [HELP]CreatePickupWith3DText - by Shadoww5 - 02.07.2011, 21:07

Forum Jump:


Users browsing this thread: 1 Guest(s)