need help with 3d text
#1

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);
                }
            }
Reply
#2

nowhere in this line of script are you actually creating 3d text
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)