16.09.2012, 09:00
Hello everyone what I want to buy a vehicle that seems to me You got bug with this vehicle please go to the admin take the line of it may help you to solve my Tbaih
Thanks assistants
Line
PHP Code:
if(strcmp(PlayerVehicle[playerid][pVeh1], "None", true))
{
format(str, sizeof(str), "Vehicles/Vehicles/%s.cfg",PlayerVehicle[playerid][pVeh1]);
if(dini_Exists(str))
{
LoadVehicles(playerid, PlayerVehicle[playerid][pVeh1]);
engineOn[veh1[playerid]] = false;
}
else SendClientMessage(playerid,COLOR_LIGHTRED, "You got bug with this vehicle please go to the admin");
return 1;
}
else
{