18.03.2015, 20:51
Quote:
Probably "DealerID[playerid]" is causing the issues, look into it.
|
grotti dealership entrance = 2 which would point as DealerID[playerid] == 2
But when i looked trough all of it i came across the part when entering the dealership
and the textdrawshow parts maybe usefull
Код:
if(DealerID[playerid] == 1 || DealerID[playerid] == 2 || DealerID[playerid] == 3 || DealerID[playerid] == 4) { PlayerTextDrawShow(playerid, DealerBGTD[playerid]); PlayerTextDrawShow(playerid, DealerLEFTAR[playerid]); PlayerTextDrawShow(playerid, DealerRIGHTAR[playerid]); PlayerTextDrawShow(playerid, DealerBUY[playerid]); PlayerTextDrawShow(playerid, DealerEXIT[playerid]); PlayerTextDrawShow(playerid, DealerPrice[playerid]); PlayerTextDrawShow(playerid, DealerCARNAME[playerid]); PlayerTextDrawShow(playerid, DealerRotate[playerid]); PlayerTextDrawShow(playerid, DealerRotL[playerid]); PlayerTextDrawShow(playerid, DealerRotR[playerid]); SelectTextDraw(playerid, COLOR_LIGHTRED); }