05.06.2013, 01:58
I got this but it works
all codes work
It justs that the models wont show same time as i get the weapon.
When i use model ids, i cant get the actual weapons
When i use weapon id, i cant see the model
all codes work
It justs that the models wont show same time as i get the weapon.
When i use model ids, i cant get the actual weapons
When i use weapon id, i cant see the model
Код:
if(listid == vipweaponlist) { if(response) { SendClientMessage(playerid, COLOR_WHITE, "You've Got a weapon from the locker"); PlayerInfo[playerid][pGuns] = modelid; GivePlayerValidWeapon(playerid, PlayerInfo[playerid][pGuns], 99999); } else SendClientMessage(playerid, COLOR_WHITE, "You've canceled the menu"); return 1; }