28.12.2014, 17:16
Hi, I'm having troubles with compiling a gamemode. I'm pretty new at this. I tried adding authorities with dini and stuff and well:
I got a mismatch on this line:
Here are some ohter parts related to this system:
Ty for the helpers <3
I got a mismatch on this line:
Код:
if(PlayerInfo[playerid][ranklvl] == 2 && PlayerInfo[playerid][authority_weplic] != 1) return SendClientError(playerid, CANT_USE_CMD);
Код:
dUserSetINT(PlayerName(playerid)).("authority_weplic",PlayerInfo[playerid][authority_weplic]);
Код:
PlayerInfo[playerid][authority_weplic] = dUserINT(PlayerName(playerid)).("authority_weplic");
Код:
//=========[Authorities] new authority_cartow, authority_weplic, authority_ann, authority_invite, authority_bdeploy, authority_radio;