[HELP]CreatePickupWith3DText
#2

pawn Код:
stock CreatePickupWith3DText(model, type, Float:X, Float:Y, Float:Z, Virtualworld, text[])
{
    Create3DTextLabel(text, 0xFFFFFFFF, X, Y, Z+0.75, 40.0, Virtualworld, 0);
    CreatePickup(model, type, X, Y, Z, Virtualworld);
    return 1;
}
That should work.
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)