Invaild Vehicle ID sscanf
#1

I'll post the whole command also I'm not so sure it it's working either
Код:
YCMD:delcar(playerid, params[], help)
{
		if(P_Data[playerid][pAdmin] < 2) return SCM(playerid, COLOR_RED, "You aren't admin!");
		new
		    vehicleid,string[128];
		if(sscanf(params, "i", vehicleid)) return SCM(playerid, COLOR_RED, "Usage: /delcar [vehicleid[");
		if(vehicleid == INVAILD_VEHICLE_ID) return SCM(playerid, COLOR_RED, "Wrong vehicleid");
		format(string, sizeof(string), "You deleted vehicle id: %i", vehicleid);
		SCM(playerid, -1,string);
		DestroyVehicle(vehicleid);
 		return 1;
}
Код:
C:\Users\Andreas\Desktop\SA-MP Server NEW\filterscripts\Admin_System.pwn(681) : error 017: undefined symbol "INVAILD_VEHICLE_ID"
I tried with IVI it's working with IPI (INVAILD_PLAYER_ID) Help? i saw someone make a command with INVAILD_VEHICLE_ID
Reply


Messages In This Thread
Invaild Vehicle ID sscanf - by mrsamp - 30.07.2012, 19:43
Re: Invaild Vehicle ID sscanf - by SomebodyAndMe - 30.07.2012, 19:44
Re: Invaild Vehicle ID sscanf - by mrsamp - 30.07.2012, 19:47
Re: Invaild Vehicle ID sscanf - by SomebodyAndMe - 30.07.2012, 19:48
Re: Invaild Vehicle ID sscanf - by mrsamp - 30.07.2012, 20:03

Forum Jump:


Users browsing this thread: 2 Guest(s)