Advertising
Navigation
Information

GTA San Andreas Mods

:

CLEO Modifications

Infinite Ammo


Author: hd-games
Date: 20.08.2018
Downloads: 13378 | Statistics
Filesize: 6.34 KB

Rating:
10.00 based on 1 votes

Advertising
Download
DOWNLOAD
Virus Detection Ratio: 0% (0/58)
See Virus Scan Report
Advertising
Report
Mod Report

Are you the owner of this mod? If someone has stolen your work, you can make a request for removing this mod.

Report this mod

Screenshots
Videos
Add a Youtube video

1 comments found
Name:


Comment text:


reload, if the code cannot be seen

Attention:
You need to be registered and signed in to post comments!
hd-games
"Vic"
Vic
Comments: 0
Profile
Message
20.08.2018, 20:06

--- Source Code ---

{$CLEO .cs}

//---MAIN---
0000: NOP

while True
wait 0
Actor.SetWeaponAmmo($PLAYER_ACTOR, 16,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 17,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 18,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 22,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 23,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 24,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 25,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 26,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 27,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 28,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 29,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 30,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 31,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 32,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 33,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 34,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 35,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 36,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 37,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 38,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 39,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 41,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 42,1000000)
Actor.SetWeaponAmmo($PLAYER_ACTOR, 43,1000000)
end