26.11.2013, 18:40
Is there a way to bypass or make this weapon legit in my server? Cause my anti-cheat detects that this weapons below are not valid and kicked me out or the server lol.
Tried this stock to my /shop and it makes the weapon I bought legit and that't not a problem.
Quote:
AddPlayerClass(108, -2571.5791,328.5180,10.5625,167.0832,25, 100, 22, 100, 5, 1); // 25, 100, 22, 100, 5, 1 AddPlayerClass(109, -2558.4324,327.3436,15.9453,182.3667,25, 100, 22, 100, 5, 1); // 25, 100, 22, 100, 5, 1 AddPlayerClass(110, -2557.3003,313.2026,15.9453,356.9417,25, 100, 22, 100, 5, 1); // 25, 100, 22, 100, 5, 1 |
Код:
stock GivePlayerWeaponEx(playerid,weaponid,ammo) { PlayerWeapons[playerid][weaponid]=true; GivePlayerWeapon(playerid,weaponid,ammo); }