28.04.2012, 16:28
Fixed
I deleted this what gave the problem.
How can i still have this in my script but dont give this problem?
I deleted this what gave the problem.
pawn Код:
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
{
new string[256];
VehicleModel[playerid] = GetVehicleModel(GetPlayerVehicleID(playerid));
format(string,sizeof(string),"%s",VehicleNames[VehicleModel[playerid]-400]); //black
GameTextForPlayer(playerid,string,2000,1); //shows the text
return 1;
}

