253 RegisterVariable('grave' , vtCommand, @chGrave , false); |
253 RegisterVariable('grave' , vtCommand, @chGrave , false); |
254 RegisterVariable('bind' , vtCommand, @chBind , true ); |
254 RegisterVariable('bind' , vtCommand, @chBind , true ); |
255 RegisterVariable('addhh' , vtCommand, @chAddHH , false); |
255 RegisterVariable('addhh' , vtCommand, @chAddHH , false); |
256 RegisterVariable('hat' , vtCommand, @chSetHat , false); |
256 RegisterVariable('hat' , vtCommand, @chSetHat , false); |
257 RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false); |
257 RegisterVariable('hhcoords', vtCommand, @chSetHHCoords , false); |
|
258 RegisterVariable('ammloadt', vtCommand, @chSetAmmoLoadout, false); |
|
259 RegisterVariable('ammdelay', vtCommand, @chSetAmmoDelay, false); |
|
260 RegisterVariable('ammprob', vtCommand, @chSetAmmoProbability, false); |
|
261 RegisterVariable('ammreinf', vtCommand, @chSetAmmoReinforcement, false); |
258 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false); |
262 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false); |
259 RegisterVariable('quit' , vtCommand, @chQuit , true ); |
263 RegisterVariable('quit' , vtCommand, @chQuit , true ); |
260 RegisterVariable('confirm' , vtCommand, @chConfirm , true ); |
264 RegisterVariable('confirm' , vtCommand, @chConfirm , true ); |
261 RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true ); |
265 RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true ); |
262 RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true ); |
266 RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true ); |