mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Another one of my stupid clarifications that shouldn't break anything (I hope...)
This commit is contained in:
parent
21ffd88bdd
commit
26ee3955b6
@ -83,7 +83,7 @@ native drop_to_floor(entity)
|
|||||||
native get_info_keybuffer(id, buffer[], length);
|
native get_info_keybuffer(id, buffer[], length);
|
||||||
|
|
||||||
/* Use an entity with another entity. "used" could be a hostage, "user" a player. */
|
/* Use an entity with another entity. "used" could be a hostage, "user" a player. */
|
||||||
native force_use(pPlayer, pEntity);
|
native force_use(used, user);
|
||||||
|
|
||||||
/* Get globals from server. */
|
/* Get globals from server. */
|
||||||
native Float:get_global_float(variable);
|
native Float:get_global_float(variable);
|
||||||
|
Loading…
Reference in New Issue
Block a user