SA-MP Forums Archive
warning - 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 (/showthread.php?tid=289882)



warning - Š‹ilvÄ—nas - 13.10.2011

HEY.

me in warning..

Code:
warning 213: tag mismatch
A line:
Code:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if( pickupid == vmbilietas )
ShowPlayerDialog(playerid, 112,DIALOG_STYLE_MSGBOX,"VŠ‰Ä® REGITRA","Ar tikrai norite laikyti automobilio teises ? BilietÄ—lio kaina 200$","Taip","Ne");
if( pickupid == pradzia )
ShowPlayerDialog(playerid, 101010,DIALOG_STYLE_MSGBOX,"PRADŠ‹IOS SKAITALIUKAS","blalaaaaaaa","Taip","Ne");
return 1;
}



Re: warning - Wesley221 - 13.10.2011

In which line is the warning..


Re: warning - aRoach - 13.10.2011

One of your PickupID it's not Defined...


Re: warning - Š‹ilvÄ—nas - 13.10.2011

but defined..


Re: warning - Wesley221 - 13.10.2011

You probably 'defined' it as a string, which isnt compatible with a pickup. Show us where you create the variables


Re: warning - iJumbo - 13.10.2011

101010 dialog id?!