Sziasztok!
Itt mi a probléma?
Hiba: warning 213: tag mismatch
Sor: if(EnableJump[playerid] == true)
Teljes script: if (IsPlayerInAnyVehicle(playerid) && GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
if (newkeys & KEY_ANALOG_UP)
{
if(EnableJump[playerid] == true)
{
new Float:x, Float:y, Float:z;
GetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z);
SetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z+0.3);
}
}
}