Tag mismatch help.
#1

Hi, I'm trying to create a vehicle system based on this tutorial https://sampforum.blast.hk/showthread.php?tid=416104 but I want to add more stuff than just what the tutorial has, and now I get 3 tag mismatch warnings.

Here's the stock:

Код:
VehicleCreate(Modelo, Posx, Posy, Posz, Ang, Color1, Color2, Pintura, Dueno[], Nombre[], Spoiler, DefensaD, DefensaT, Lampara, Hidraulicos, Ruedas, Escape, Capo, Techo, Ventanillas, Nitro)
And here's the function that its used on VehicleLoad the VehicleCreate line is the line where I get the 3 tag mismatch warnings);

Код:
        new Float:Posx;
	new Float:Posy;
	new Float:Posz;
	new Float:Ang;
	new Color1;
	new Color2;
        sscanf(Vehiculo[vehicleid][vPos],"p<,>ffff",Posx,Posy,Posz,Ang);
        sscanf(Vehiculo[vehicleid][vColores],"p<,>ii",Color1, Color2);
    
    VehicleCreate(Vehiculo[vehicleid][vModelo], Posx, Posy, Posz, Ang, Color1, Color2, Vehiculo[vehicleid][vPaintjob], Vehiculo[vehicleid][vDueno], Vehiculo[vehicleid][vNombre], Vehiculo[vehicleid][vPlaca], Vehiculo[vehicleid][vSpoiler], Vehiculo[vehicleid][vDefensaD], Vehiculo[vehicleid][vDefensaT], Vehiculo[vehicleid][vLampara], Vehiculo[vehicleid][vHidraulicos], Vehiculo[vehicleid][vRuedas], Vehiculo[vehicleid][vEscape], Vehiculo[vehicleid][vCapo], Vehiculo[vehicleid][vTecho], Vehiculo[vehicleid][vVentanillas], Vehiculo[vehicleid][vNitro]);
Reply


Messages In This Thread
Tag mismatch help. - by Cepillado300 - 09.02.2014, 18:46
Respuesta: Tag mismatch help. - by Cepillado300 - 10.02.2014, 23:16
Respuesta: Tag mismatch help. - by EduGTA - 10.02.2014, 23:28
Re: Tag mismatch help. - by [KHK]Khalid - 10.02.2014, 23:28
Respuesta: Tag mismatch help. - by Cepillado300 - 11.02.2014, 00:18

Forum Jump:


Users browsing this thread: 1 Guest(s)