Tag Mismatch
#1

Hey!

Why am I getting tag mismatch on this code

bInfo[1][bEntranceX] = x;
bInfo[1][bEntranceY] = y;
bInfo[1][bEntranceZ] = z-1;
Reply
#2

Show us the X, y and z variables
Reply
#3

new Float, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
Reply
#4

Maybe cause you forgot float tag

PHP код:
enum bInfo
{
    
Float:bEnteranceX,
    
Float:bEnteranceY,
    
Float:bEnteranceZ

Reply
#5

yop just realized didnt have Float before vars in enum ty loki <3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)