Quote:
Originally Posted by <VeCo>
PHP Code:
new array[4] new current_value, max_value for(current_value=0;current_value<4;current_value++) if(array[current_value] > array[max_value]) max_value = current_value
|
can you do that with this code and explain me what it means, cuz i don't get it actually.
PHP Code:
public game_handler(id, menu, item) {
if(item == MENU_EXIT) {
menu_destroy(menu)
return PLUGIN_HANDLED
}
if(is_user_alive(id)) {
switch(item) {
case 0: szNoScope++
case 1: szNormal++
case 2: szGravity++
case 3: szVip++
}
}
}
public Cmd_EndVote(id) {
if(szNoScope
__________________