08.02.2014, 08:13
#if defined _trafficlights_included
#endinput
#endif
#define _trafficlights_included
to the top of this script to prevent double-including. Also, to get around the fact that you have to add #include <streamer> before this include, you can put this to the top of the script:
#if !defined STREAMER_TYPE_OBJECT
#include <streamer>
#endif
Looks awesome, by the way. Might even use it, even tho i don't have a RolePlay server :3
#endinput
#endif
#define _trafficlights_included
to the top of this script to prevent double-including. Also, to get around the fact that you have to add #include <streamer> before this include, you can put this to the top of the script:
#if !defined STREAMER_TYPE_OBJECT
#include <streamer>
#endif
Looks awesome, by the way. Might even use it, even tho i don't have a RolePlay server :3