mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Fixed retarded typo
This commit is contained in:
parent
d33f9ba2d4
commit
2395abcf7e
@ -67,7 +67,7 @@ forward client_command(id);
|
|||||||
/* Called when client is entering to a game. */
|
/* Called when client is entering to a game. */
|
||||||
forward client_putinserver(id);
|
forward client_putinserver(id);
|
||||||
|
|
||||||
snative register_plugin(const plugin_name[],const version[],const author[]);
|
native register_plugin(const plugin_name[],const version[],const author[]);
|
||||||
|
|
||||||
/* Precache model. Can be used only in plugin_precache() function.*/
|
/* Precache model. Can be used only in plugin_precache() function.*/
|
||||||
native precache_model(const name[]);
|
native precache_model(const name[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user