need help with 3d text - 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: need help with 3d text (
/showthread.php?tid=227890)
need help with 3d text -
kiss - 18.02.2011
Hi, i'v got a problem with dealership!
If i entered to dealership car, i don't see the 3D text

((Vehicle: Admiral Owner: Nobody))
The code:
pawn Код:
if(IsAnOwnableCar(newcar))
{
new vehicleid = GetPlayerVehicleID(playerid);
if(CarInfo[newcar][cOwned]==0)
{
if(gEngine[vehicleid] == 0)
{
TogglePlayerControllable(playerid, 0);
format(string,sizeof(string),"~w~Masin: %s~n~Hind: ~g~%d~n~~w~/v osta et osta seda masinat~n~~r~/lahku ~w~et vдljuda",CarInfo[newcar][cDescription],CarInfo[newcar][cValue]);
GameTextForPlayer(playerid,string,5000,5);
}
else
{
TogglePlayerControllable(playerid, 1);
}
}
Re: need help with 3d text -
R16RACA - 19.02.2011
nowhere in this line of script are you actually creating 3d text