mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
parent
389eee472f
commit
7498f84261
@ -74,6 +74,7 @@ static cell AMX_NATIVE_CALL amx_glb(AMX *amx, cell *params)
|
|||||||
} rets;
|
} rets;
|
||||||
Vector vec;
|
Vector vec;
|
||||||
|
|
||||||
|
rets.i = 0;
|
||||||
int Valtype = 0;
|
int Valtype = 0;
|
||||||
|
|
||||||
if (iSwitch > glb_start_int && iSwitch < glb_end_int)
|
if (iSwitch > glb_start_int && iSwitch < glb_end_int)
|
||||||
|
Loading…
Reference in New Issue
Block a user