Problem with MenuStore include
#1

Weapon name, description not showing full, it only shows first character...


Include : https://sampforum.blast.hk/showthread.php?tid=644913

my code:
PHP код:
CMD:buyweapon(playerid,params[]){
    
MenuStore_AddItem(playerid1342"Boma"500"Throw to explode."200); 
    
MenuStore_AddItem(playerid2344"Molotov"500"Throw to set fire to something."200); 
    
MenuStore_AddItem(playerid3346"9mm Pistol"500"Pistol with low firepower."); 
    
MenuStore_AddItem(playerid4347"Silenced 9mm"500"Pistol with low firepower."); 
    
MenuStore_AddItem(playerid5348"Desert Eagle"500"Pistol with high firepower."); 
    
MenuStore_AddItem(playerid6349"Shotgun"500"Normal Shotgun."); 
    
MenuStore_AddItem(playerid7350"Sawnoff Shotgun"500"Powerfull Shotgun."); 
    
MenuStore_AddItem(playerid8351"Combat Shotgun"500"Powerfull Shotgun."); 
    
MenuStore_AddItem(playerid9352"Micro SMG"500"Two-handed machine gun."); 
    
MenuStore_AddItem(playerid10353"MP5"500"Machine gun."); 
    
MenuStore_AddItem(playerid11355"AK-47"500"Powerfull Rifle."); 
    
MenuStore_AddItem(playerid12356"M4"500"Powerfull Rifle."); 
    
MenuStore_AddItem(playerid13372"Tec-9"500"Powerfull machine gun."); 
    
MenuStore_AddItem(playerid14357"Country Rifle"500"Normal Rifle."); 
    
MenuStore_AddItem(playerid15358"Sniper Rifle"500"Powerfull Rifle."); 
    
MenuStore_AddItem(playerid16359"Test"500"Hello Test");  
    
MenuStore_Show(playeridWeapon_Shop"Shop Weapons"); 
    return 
1;

Reply
#2

A quick search of the topic for this include yields the following information:
https://forum.sa-mp.com/showpost.php...1&postcount=23
Reply
#3

Quote:
Originally Posted by MEW273
Посмотреть сообщение
A quick search of the topic for this include yields the following information:
https://forum.sa-mp.com/showpost.php...1&postcount=23
Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)