View Single Post
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 06-02-2016 , 03:42   Re: [REQ] Vip menu for Cod MW4
Reply With Quote #7

Quote:
Originally Posted by EFFx View Post
1.
PHP Code:
new const szMenuItems[] = { 


->

PHP Code:
new const szMenuItems[][] = { 


2.
PHP Code:
new szTemp[555 char


->

PHP Code:
new szTemp[85

3.
PHP Code:
formatex(szTemp,sizeof(szTemp) - 1,"%s",szMenuItems[i]) 


->

PHP Code:
formatex(szTemp,charsmax(szTemp),"%s",szMenuItems[i]) 


4. https://forums.alliedmods.net/showthread.php?t=26991
1) Fixed.
2) That doesn't matter at all tbh..
3) idem dito, it has the same meaning.

Quote:
Originally Posted by waizedzzy View Post
This plugins dont work to much.
When u want to choose that shows me like that:

1.150 HP
2.50 HP
3.0 HP
4.HP

Then its for all choices like that in others next pages...
(I cant upload any pictures because the filesize its bigger.)
@waizedzzy, The problem should be fixed now. Also, like EFFx said, you can use the plugin he suggested. You can change the flags in that plugin by a cvar.
__________________

Last edited by Napoleon_be; 06-02-2016 at 03:47.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be