You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* -Defines the virtual world amount limit (2147483647).
*/
#define MAX_VIRTUAL_WORLDS cellmax
// INVALID VIRTUAL WORLD
/**
* -DESCRIPTION:
* -Defines an invalid virtual world ID.
*/
#define INVALID_VIRTUAL_WORLD_ID -1
// DEFAULT VIRTUAL WORLD
/**
* -DESCRIPTION:
* -Defines the default virtual world used by SA-MP.
* -NOTES:
* -Uses the '_NORMAL' naming scheme instead of the '_DEFAULT' naming scheme, to be in line with the naming scheme used by SA-MP for e.g. fighting styles.
* -Items like objects, checkpoints, pickups, mapicons, etc. are only present in this world.