Search Results
i want to make an gas bar with this bar:
iSGAS = TextDrawCreate(524.000000, 373.000000, "Gas:");
TextDrawBackgroundColor(iSGas, 255);
TextDrawFont(iSGas, 2);
TextDrawLetterSize(iSGas, 0.170000, 1....
42
i was make a /plate system and work but on server restarts the plate delete and don-t load...this is the script
#define MAX_VEHICLE_PLATE (7)
forward LoadPlates();
public LoadPlates()
{
new Fi...
36
same shit...server:unknown command and the vehicle doesn-t sttart....but at 499 id car work perfect
115
if(!strcmp(cmd, "/engine", true))
{
if(IsPlayerConnected(playerid))
{
if(!IsPlayerInAnyVehicle(playerid))
{
SendClientMessage(playerid, COLOR_GREY, " You must be in a vehicle");...
115
i change from 2000 to 550 but same shit...doesn-t work..please help me
115
i have just #define CAR_AMOUNT 1500 and don-t work ..i put #define MAX_VEHICLE 550 ?
115
hy.I add some vehicle to my cars.cfg and i have in total (gm+cars.cfg) 550 cars..but in game vehicle up to 500 don-t work..when i tray to turn the engine /engine sat server:unknown command same with /...
115
i was do a /lights command on my server but they works just when is night...why?please help me
38