02.07.2011, 01:42
Put the stock at the of your GM:
And use this where you need:
PHP код:
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;
}
PHP код:
CreatePickupWith3DText(1318, 1, 1825.503051, -1538.151855, 13.546875, 0, "Vip Garage");