Warning problem - 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: Warning problem (
/showthread.php?tid=590284)
Warning problem -
3MY - 27.09.2015
HI!
I get "warning 213: tag mismatch" error on this line:
Код:
if(BizOffer[playerid] != id) return SCM(playerid,COLOR_WHITE,"{FFB870}This player has not offered you a bussines.");
I put this up in gamemode: new BizOffer[MAX_PLAYERS];
Re : Warning problem -
StreetRP - 27.09.2015
Whats mean : id
Re: Re : Warning problem -
3MY - 27.09.2015
Quote:
Originally Posted by StreetRP
Whats mean : id
|
i don't know, i copied the script from another gamemode.
instead of id i used 999 and it seems is working.
Re : Warning problem -
KillerDVX - 27.09.2015
If you wan't to use the "id" as a number, add to the top :
PHP код:
#define id your number