Cstrike: cs_get_user_driving - Add the associated constants from HLSDK

This commit is contained in:
Arkshine
2015-07-09 15:20:23 +02:00
parent 86e33d0cb1
commit dcc2d91b14
2 changed files with 15 additions and 1 deletions

View File

@ -577,7 +577,8 @@ native cs_set_user_tked(index, tk = 1, subtract = 1);
*
* @return 0 if the client is not driving, 1 if driving a vehicle but
* not moving, 2 to 4 if driving positive speeds, 5 if
* driving at a negative speed (backing)
* driving at a negative speed (backing), see TRAIN_* constants
* in hlsdk_cons.inc
* @error If the client index is not within the range of 1 to
* MaxClients, or the client is not connected, an error will be
* thrown.