01.10.2016, 18:37
Basically, I need help with a coding, what it's suppose to do is, if the player possesses a Shotgun, it attaches a Shotgun to their back. I got the Shotgun sticking to their back code, I just need help with the, checking if a player has a gun, and where the code should go. I'm not sure where to place this code, thanks.
Код:
if(GetPlayerWeapon(playerid) != 25) { // attaches the shotgun to players back }