format help
#10

Код:
new Text3D: vcar[MAX_VEHICLES],
VerifyText[MAX_VEHICLES];

if(VerifyText[xid] == 0)
{
format(str, sizeof str, "{0098FF}Vehicle By: {FFFF00}%s", GetName(playerid));
vcar[xid] = Create3DTextLabel ( str, 0xFF0000FF, 0.0, 0.0, 0.0, 15.0, 0, 1 );
Attach3DTextLabelToVehicle ( vcar[xid], xid, 0.0, 0.0, 0.0 );
VerifyText[xid] = 1;
}
Reply


Messages In This Thread
format help - by Man43 - 19.04.2017, 18:58
Re: format help - by khRamin78 - 19.04.2017, 19:00
Re: format help - by Man43 - 19.04.2017, 19:03
Re: format help - by skuller12 - 19.04.2017, 19:07
Re: format help - by Man43 - 19.04.2017, 19:11
Re: format help - by skuller12 - 19.04.2017, 19:11
Re: format help - by Man43 - 19.04.2017, 19:14
Re: format help - by skuller12 - 19.04.2017, 19:18
Re: format help - by Man43 - 19.04.2017, 19:21
Re: format help - by skuller12 - 19.04.2017, 19:25

Forum Jump:


Users browsing this thread: 1 Guest(s)