addClientCommand( "m0d_teleport_locations", (int)cmd_tele_locations );
addClientCommand( "vcol", (int)cmd_vcol );
void cmd_vcol( char *param ) { int color = atoi(param); vehicle_setColor0( vehicle_info_get(VEHICLE_SELF, 0), color ); }