Tag Mismatch
#1

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.
Reply
#2

What is the line of the warning?
Maybe you have a different tag for taxikarpick, wrong for store pickup ids.
Reply
#3

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.
Reply
#4

Thanks Fixed
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)