Tag Mismatch - 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: Tag Mismatch (
/showthread.php?tid=531486)
Tag Mismatch -
DeoXel - 12.08.2014
Please help me..
Код:
public OnGameModeInit()
{
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
taxikarpick[0] = CreatePickup(1581, 2075.5798, 1211.0664, 10.6719, 1.4647); //EDIT <<=== Line 21//
return 1;
}
Warnings:
C:\Users\Aleљ\Desktop\Zaměstnбnн.pwn(21) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Respuesta: Tag Mismatch -
Su37Erich - 12.08.2014
What is the line of the warning?
Maybe you have a different tag for taxikarpick, wrong for store pickup ids.
Re: Tag Mismatch -
Vince - 12.08.2014
https://sampwiki.blast.hk/wiki/CreatePickup
Go over your parameters, count them and see where you went wrong. The wiki is your first source of information. If unsure about parameters, go there.
Re: Tag Mismatch -
DeoXel - 12.08.2014
Thanks Fixed