mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed a small error because I'm an idiot
This commit is contained in:
parent
a86c892af2
commit
185070a9ad
@ -32,7 +32,7 @@ native set_pdata_float(_index,_Offset,Float:_Value,_linuxdiff=5);
|
||||
native register_forward(_forwardType,_function[],_post=0);
|
||||
|
||||
/* Returns data for metamod */
|
||||
native forward_return(type,{Float:_}...);
|
||||
native forward_return(type,{Float,_}...);
|
||||
|
||||
native engfunc(type,{Float,_}:...);
|
||||
native dllfunc(type,{Float,_}:...);
|
Loading…
Reference in New Issue
Block a user