"SetVehicleNumberPlate" not working... [0.3a] - 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: "SetVehicleNumberPlate" not working... [0.3a] (
/showthread.php?tid=105941)
"SetVehicleNumberPlate" not working... [0.3a] -
BlueRey - 31.10.2009
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
Re: "SetVehicleNumberPlate" not working... [0.3a] -
Correlli - 31.10.2009
This function was removed in 0.3 version because of an issue.
Re: "SetVehicleNumberPlate" not working... [0.3a] -
BlueRey - 31.10.2009
Re: "SetVehicleNumberPlate" not working... [0.3a] -
thimo - 01.11.2009
you can use an 3Dtextlabel dont ask me how to use xD dont know
Re: "SetVehicleNumberPlate" not working... [0.3a] -
Laconcha - 01.11.2009
can someone put a code like that? whit 3Dtextlabel.
Re: "SetVehicleNumberPlate" not working... [0.3a] -
MenaceX^ - 01.11.2009
I don't suggest you to do so, it'll look awful.
Re: "SetVehicleNumberPlate" not working... [0.3a] -
Sergei - 01.11.2009
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.
Re: "SetVehicleNumberPlate" not working... [0.3a] -
MenaceX^ - 01.11.2009
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..
Re: "SetVehicleNumberPlate" not working... [0.3a] -
Sergei - 01.11.2009
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.
Re: "SetVehicleNumberPlate" not working... [0.3a] -
thimo - 08.11.2009
can someone make a code for me for the 3dtextlabel on a car? thanks!