3dtextlabel for a car
#1

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

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

https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
https://sampwiki.blast.hk/wiki/Update3DTextLabelText
Reply
#4

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;
Reply
#5

does anyone know?please,i really need it.
Reply
#6

need some help please....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)