SA-MP Forums Archive
3dtextlabel for a car - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 3dtextlabel for a car (/showthread.php?tid=125001)



3dtextlabel for a car - adytzu32 - 01.02.2010

hello, looking for a command to set or modify 3dtextlabel for a car.only admins(in game)can modify that(lvl 4)



Re: 3dtextlabel for a car - ¤Adas¤ - 01.02.2010

Search on wiki, and you will be able to do it.


Re: 3dtextlabel for a car - mansonh - 01.02.2010

https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
https://sampwiki.blast.hk/wiki/Update3DTextLabelText


Re: 3dtextlabel for a car - adytzu32 - 02.02.2010

i've read but..... i've created this and it's doesn't work.do not laugh

if(strcmp(cmd, "/regplate", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "/regplate [xx-xxx-xx");
return 1;
}
giveplayerid = ReturnUser(tmp);
if (PlayerInfo[playerid][pAdmin] >= 1)
{
SendClientMessage(playerid, COLOR_GRAD2, "Nu esti autorizat sa folosesti aceasta comanda");
return 1;



Re: 3dtextlabel for a car - adytzu32 - 02.02.2010

does anyone know?please,i really need it.


Re: 3dtextlabel for a car - adytzu32 - 02.02.2010

need some help please....