View Single Post
Depresie
Veteran Member
Join Date: Nov 2013
Old 12-13-2017 , 13:34   Re: [REQ] menu proprieties
Reply With Quote #11

True, i missed that..

PHP Code:
forward_menu_display(iPlayeriMenu)
forward_menu_destroy(iPlayeriMenu)
forward_menu_select(iPlayeriMenuiSelect
I was also thinking about strings
A native to retrieve how many times a string contains a character
Adding a param to return on what cells it is present would also be nice

PHP Code:
// Prototype
stroc(const string[], "c")

//Functionality
new iNumO stroc("cool shirt""o")
// iNumO would be equal to 2 in this case 
__________________

Last edited by Depresie; 12-13-2017 at 13:43.
Depresie is offline