Raised This Month: $ Target: $400
 0% 

[ns2amx.inc] error


  
 
 
Thread Tools Display Modes
Author Message
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 10-17-2004 , 19:29   [ns2amx.inc] error
#1

using
Code:
stock get_range(ida, idb)     return entity_range(ida, idb)
should be
Code:
stock Float:get_range(ida, idb)     return entity_range(ida, idb)
__________________
alias White Panther
karlos is offline
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 10-18-2004 , 13:11  
#2

also it must be:
Code:
stock get_private_i(index, offset, linuxdiff=5)     return get_pdata_int(index, offset, linuxdiff) stock set_private_i(index, offset, value, linuxdiff=5) {     return set_pdata_int(index, offset, value, linuxdiff) } stock Float:get_private_f(index, offset, linuxdiff=5) {     return get_pdata_float(index, offset, linuxdiff) } stock Float:set_private_f(index, offset, Float:value, linuxdiff=5) {     return set_pdata_float(index, offset, value, linuxdiff) }
__________________
alias White Panther
karlos is offline
BAILOPAN
Join Date: Jan 2004
Old 10-18-2004 , 17:06  
#3

Fixed
__________________
egg
BAILOPAN is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode