Reserve many keywords.

This commit is contained in:
David Anderson
2014-12-09 23:04:13 -08:00
parent 9c98edd104
commit 94bed806fe
3 changed files with 116 additions and 13 deletions
+2 -2
View File
@@ -298,7 +298,7 @@ native bool:GetPlayerJingleFile(client, String:hex[], maxlength);
* @param out Buffer to store the output traffic velocity.
* @noreturn
*/
native GetServerNetStats(&Float:in, &Float:out);
native GetServerNetStats(&Float:inAmount, &Float:outAmout);
/**
* Equip's a player's weapon.
@@ -343,4 +343,4 @@ native SetClientInfo(client, const String:key[], const String:value[]);
*
* @return Amount of ammo actually given.
*/
native GivePlayerAmmo(client, amount, ammotype, bool:suppressSound=false);
native GivePlayerAmmo(client, amount, ammotype, bool:suppressSound=false);