29.04.2018, 14:07
Hey!
Currently scripted /drop command.. why wouldnt this command make a pickup of a gun?
Currently scripted /drop command.. why wouldnt this command make a pickup of a gun?
Quote:
CMD:drop(playerid, params[]) { for (new i = 0; i <= 12; i++) { new weapID, ammo, Float, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); GetPlayerWeaponData(playerid, i, weapID, ammo); CreatePickup(weapID, 3, x, y, z, 0); } return 1; } |