Warning 213: Tag Mismatch with RemoveBuildingForPlayer - 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 213: Tag Mismatch with RemoveBuildingForPlayer (
/showthread.php?tid=359292)
Warning 213: Tag Mismatch with RemoveBuildingForPlayer -
hello9 - 13.07.2012
Код:
public OnPlayerConnect(playerid)
{
//Removes little building for gas station in Bayside
RemoveBuildingForPlayer(playerid, -9303.0, 2508.8481, 2284.8898, 0.0, 0.25);
I got this warning:
Код:
C:\Users\ugaybro?\Desktop\sampshit\gamemodes\PPC_Trucking.pwn(130) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Please help me with this problem?
Re: Warning 213: Tag Mismatch with RemoveBuildingForPlayer -
Vince - 13.07.2012
You're not specifying a model id. Please consult the wiki first to check the correct syntax,
then make a topic if you're still not sure.
Re: Warning 213: Tag Mismatch with RemoveBuildingForPlayer -
hello9 - 13.07.2012
Thanks man!