strange warning
#1

: warning 213: tag mismatch



I have this warning on this line:


Admin = CreatePickup(1275, 1, 1122.7618,-2036.4864,69.8941, -1);

what to do?
Reply
#2

How do you create the variable Admin? Also it would be good to use another name like AdminPickup
Reply
#3

try this

Admin = CreatePickup(1275, 1, 1122.7618,-2036.4864,69.8941, -1.0);
Reply
#4

change Admin[MAX_PLAYERS] //if there are any brackets beside "Admin"
to just Admin where it is being declared.

Do:
Open Script
Ctrl + F
type "Admin["
search
remove the [] and what ever is inside the []
compile
Reply
#5

i made it adminpickup and the warning is gone thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)