SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help (/showthread.php?tid=577478)



Help - Emanuele_Giordano - 11.06.2015

I give me this error my gm

Script:
if(DynamicCars[vehicleid-1][cProprietario] && !ispassenger) {
new string[256];
format(string, sizeof(string), "{FFFFFF}[{DC143C}OOC:{FFFFFF}] Questo veicolo appartiene a {20B2AA}%s.",Proprietario[cProprietario]);
SendClientMessage(playerid,COLOR_WHITE, string);
}

Warning:
warning 213: tag mismatch


Re: Help - Banana_Ghost - 12.06.2015

What is "ispassenger"?