Add NULL_VECTOR

This commit is contained in:
Valentin Grünbacher
2015-05-06 11:28:54 +02:00
parent 39cc240a4e
commit fdb180e062
6 changed files with 27 additions and 3 deletions

View File

@ -49,6 +49,11 @@ public stock const MaxClients;
*/
public stock const NULL_STRING[1];
/**
* Pass this into certain functions to act as a C++ NULL
*/
public stock const Float:NULL_VECTOR[3];
/**
* The maximum buffer size required to store a clients name.
*/