errors
#1

i was making a weapon hack checker
Код:
if(!strcmp(cmdtext,"/checkwep",true))
        {
        if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "You are not an admin!");
		if(GetPlayerWeaponData(playerid, 7, 36, ammo)) 
                ResetPlayerWeapons(playerid);
        GivePlayerWeapon(playerid, 0, 1);
		return 1;
but it gives error
error 035: argument type mismatch (argument 3)
help please
give a correct code if possible
Reply


Messages In This Thread
errors - by Pranesh - 24.09.2013, 12:57
Re: errors - by Konstantinos - 24.09.2013, 13:30

Forum Jump:


Users browsing this thread: 1 Guest(s)