GetSVarInt

From SA-MP Wiki

Jump to: navigation, search

GetSVarInt was added in SA-MP 0.3.7 R2 This function was added in SA-MP 0.3.7 R2 and will not work in earlier versions!


Description:

Gets an integer server variable's value.


Parameters:
(varname[])
varnameThe name of the server variable (case-insensitive). Assigned in SetSVarInt.


Return Values:

The integer value of the specified server variable. It will still return 0 if the variable is not set.


Example Usage:

// set "Version"
SetSVarInt("Version", 37);
// will print version that server has
printf("Version: %d", GetSVarInt("Version"));

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

  • SetSVarInt: Set an integer for a server variable.
  • GetSVarString: Get the previously set string from a server variable.
  • GetSVarFloat: Get the previously set float from a server variable.
Personal tools
Navigation
Toolbox