Tag mismatch... On savingplayerskilllevel ...
#1

Hello dear samp members long time wasn't active now back on samp with full motivation so maybe you could point my problem out...

Because I cant find it...

Warning:
pawn Код:
warning 213: tag mismatch
Lines where I have tag mismatch:
pawn Код:
SetPlayerSkillLevel(playerid,SKILL_PISTOL, pInfo[playerid][SKILL_PISTOL]);
    SetPlayerSkillLevel(playerid,SKILL_PISTOL_SILENCED,pInfo[playerid][SKILL_PISTOL_SILENCED]);
    SetPlayerSkillLevel(playerid,SKILL_DESERT_EAGLE,pInfo[playerid][SKILL_DESERT_EAGLE]);
    SetPlayerSkillLevel(playerid,SKILL_SHOTGUN,pInfo[playerid][SKILL_SHOTGUN]);
    SetPlayerSkillLevel(playerid,SKILL_SAWNOFF_SHOTGUN,pInfo[playerid][SKILL_SAWNOFF_SHOTGUN]);
    SetPlayerSkillLevel(playerid,SKILL_SPAS12_SHOTGUN,pInfo[playerid][SKILL_SPAS12_SHOTGUN]);
    SetPlayerSkillLevel(playerid,SKILL_MICRO_UZI,pInfo[playerid][SKILL_MICRO_UZI]);
    SetPlayerSkillLevel(playerid,SKILL_MP5,pInfo[playerid][SKILL_MP5]);
    SetPlayerSkillLevel(playerid,SKILL_AK47,pInfo[playerid][SKILL_AK47]);
    SetPlayerSkillLevel(playerid,SKILL_M4,pInfo[playerid][SKILL_M4]);
    SetPlayerSkillLevel(playerid,SKILL_SNIPERRIFLE,pInfo[playerid][SKILL_SNIPERRIFLE]);
Reply
#2

Check SAMP Wiki =====> Click Click

It should be:

pawn Код:
SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL, pInfo[playerid][SKILL_PISTOL]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_PISTOL_SILENCED, pInfo[playerid][SKILL_PISTOL_SILENCED]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_DESERT_EAGLE, pInfo[playerid][SKILL_DESERT_EAGLE]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_SHOTGUN, pInfo[playerid][SKILL_SHOTGUN]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_SAWNOFF_SHOTGUN, pInfo[playerid][SKILL_SAWNOFF_SHOTGUN]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_SPAS12_SHOTGUN, pInfo[playerid][SKILL_SPAS12_SHOTGUN]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_MICRO_UZI, pInfo[playerid][SKILL_MICRO_UZI]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_MP5, pInfo[playerid][SKILL_MP5]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_AK47, pInfo[playerid][SKILL_AK47]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_M4, pInfo[playerid][SKILL_M4]);
SetPlayerSkillLevel(playerid, WEAPONSKILL_SNIPERRIFLE, pInfo[playerid][SKILL_SNIPERRIFLE]);
Reply
#3

Thanks yeah long time didn't script big thanks mate
Reply
#4

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
Thanks yeah long time didn't script big thanks mate
No problem!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)