18.02.2011, 13:20
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:
If i entered to dealership car, i don't see the 3D text

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);
}
}