(adsbygoogle = window.adsbygoogle || []).push({});
The title says it all.
What i'm looking for is
Inf ammo
No Cops
All weapons
Super Run
Any Thing Pretty Much..
God Mode
AddLocal("Invincibility", GET_PLAYER_INVINCIBLE(PLAYER_ID()), BoolOn, BoolOff);
Invisibility
AddLocal("Invisibility", !IS_ENTITY_VISIBLE(PLAYER_PED_ID()), sample_invisible, sample_invisible);
if (sample_invisible){
if (IS_ENTITY_VISIBLE(PLAYER_PED_ID())) SET_ENTITY_VISIBLE(PLAYER_PED_ID(), 0);
else SET_ENTITY_VISIBLE(PLAYER_PED_ID(), 1);
return;
}
Please comment if you know any thanks