"SetVehicleNumberPlate" not working... [0.3a]
#1

Hi :]

Usage:
Код:
    if(strcmp(cmd,"/setcarplate",true) == 0)
	{
		if(!IsPlayerInAnyVehicle(playerid)) return 0;
		tmp = strtok(cmdtext, idx);
		if(!strlen(tmp)) return SendClientMessage(playerid,COLOR_WHITE,"Usage: /SetCarPlate [Text]");
		SetVehicleNumberPlate(GetPlayerVehicleID(playerid),tmp);
		SetVehicleToRespawn(GetPlayerVehicleID(playerid));
		SetTimerEx("GiveCarBack",1500,0,"dd",playerid,GetPlayerVehicleID(playerid));
		return 1;
	}
I do not see a problem here
So what's the problem?
Something wrong?

Thanks
Reply
#2

This function was removed in 0.3 version because of an issue.
Reply
#3

Reply
#4

you can use an 3Dtextlabel dont ask me how to use xD dont know
Reply
#5

can someone put a code like that? whit 3Dtextlabel.
Reply
#6

I don't suggest you to do so, it'll look awful.
Reply
#7

Quote:
Originally Posted by MenaceX^
I don't suggest you to do so, it'll look awful.
3D texts don't look awful, it's just something new what you need to get used to.
Reply
#8

Quote:
Originally Posted by $ЂЯĢ
Quote:
Originally Posted by MenaceX^
I don't suggest you to do so, it'll look awful.
3D texts don't look awful, it's just something new what you need to get used to.
I never said it does, I meant that it'll look awful as a number plate..
Reply
#9

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by $ЂЯĢ
Quote:
Originally Posted by MenaceX^
I don't suggest you to do so, it'll look awful.
3D texts don't look awful, it's just something new what you need to get used to.
I never said it does, I meant that it'll look awful as a number plate..
Ah yes, that's for sure, but at least you can write something on vehicle that way.
Reply
#10

can someone make a code for me for the 3dtextlabel on a car? thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)