mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
Fixed typo at18108 (FireStorm)
This commit is contained in:
parent
dc57ef1e0c
commit
160ab3572b
@ -131,7 +131,7 @@ enum CA_VALUE {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* use this function to get info about specified control point's area */
|
/* use this function to get info about specified control point's area */
|
||||||
native area_get_data( index, CP_VALUE:key, szValue[]="", len=0 );
|
native area_get_data( index, CA_VALUE:key, szValue[]="", len=0 );
|
||||||
|
|
||||||
/* use this function to change control point's area data */
|
/* use this function to change control point's area data */
|
||||||
native area_set_data( index, CP_VALUE:key , iValue=-1, szValue[]="" );
|
native area_set_data( index, CA_VALUE:key , iValue=-1, szValue[]="" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user