Nachzulesen hier:
http://wiki.sa-mp.com/wiki/Scripting_Bas…#Variablentypen
Nur schade das da die hälfte fehlt,
sollte ich dem nächst mal korrigieren.
ZitatA variable is basically a bit of memory, it's where data is stored and can be changed and read as required. Variables are one or more cells, a cell is 32 bits (4 bytes) big and by default signed so they can store from -2147483648 to 2147483647 (although -2147483648 is poorly defined in PAWN and gives odd results if displayed). A variable made from more than one cell is called an array, strings are a special type of array where each cell holds a character of the string (or 4 characters in packed strings, but they're not covered here).
Das ist wohl das was er meint ![]()

