mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[server] Implement and match n_EnableZoneNames(...)
This commit is contained in:
parent
d4b24be604
commit
bed399209d
@ -580,10 +580,11 @@ static cell AMX_NATIVE_CALL n_ShowPlayerDialog(AMX *amx, cell *params)
|
||||
return 0;
|
||||
}
|
||||
|
||||
// native EnableZoneNames(enable)
|
||||
static cell AMX_NATIVE_CALL n_EnableZoneNames(AMX *amx, cell *params)
|
||||
{
|
||||
// TODO: EnableZoneNames
|
||||
return 0;
|
||||
logprintf("[warning] EnableZoneNames() is removed since 0.3");
|
||||
return 1;
|
||||
}
|
||||
|
||||
static cell AMX_NATIVE_CALL n_GangZoneCreate(AMX *amx, cell *params)
|
||||
|
Loading…
Reference in New Issue
Block a user