Tag Mismatch
#1

i get warning tag mismatch on the second line

Line1: new intt;
Line2: intt = Deathint[playerid];

And tag mismatch here too

GetVehiclePos(P_CarStats[playerid][PCarX1],P_CarStats[playerid][PCarY1],P_CarStats[playerid][PCarZ1]);

please help me
Reply
#2

Why would you use intt to declare Deathint[playerid]? Just use Deathint[playerid] instead. And for this it'd be

PHP код:
new vehicleid;
vehicleid GetPlayerVehicleID(playerid);
GetVehiclePos(vehicleid,P_CarStats[playerid][PCarX1],P_CarStats[playerid][PCarY1],P_CarStats[playerid][PCarZ1]); 
Reply
#3

+ rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)