Switched to using IServerTools in SDKTools where possible. (bug 4899, r=fyren).

This commit is contained in:
Nicholas Hastings
2011-05-25 08:27:27 -04:00
parent 5228ee1d91
commit 7527f441ae
33 changed files with 169 additions and 833 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ native bool:GetClientEyeAngles(client, Float:ang[3]);
* invalid or there is already an edict using that index, it will error out.
*
* @param classname Entity classname.
* @param ForceEdictIndex Edict index used by the created entity.
* @param ForceEdictIndex Edict index used by the created entity (ignored on Orangebox and above).
* @return Entity index on success, or -1 on failure.
* @error Invalid edict index, or no mod support.
*/