[HELP!!] Auto car fixing / Nitrous with hotkey
#9

Код:
public OnPlayerText(playerid, text[])
 {
				if(strcmp(cmd, "/nos", true) == 0)
			  {
			    new car = GetPlayerVehicleID(playerid);
	        AddVehicleComponent(car,1010);
			    SendClientMessage(playerid,COLOR_WHITE,"[INFO] You have succesfully added 10x Nitro to car");
}
return 1;
				}
something like this?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)