CYBERX
CYBERX
Help it gives error and have Conflict with CALLBACK.INC
new duserid[32+1], code; new str[500]; DCC_GetUserId(user, duserid, sizeof(duserid));
c:\Users\Daztine\Downloads\MRRP\PROJECT_MRRP\gamemodes\MRRP.pwn(1560) : error 017: undefined symbol "__file" c:\Users\Daztine\Downloads\MRRP\PROJECT_MRRP\gamemodes\MRRP.pwn(1561) : error 017: undefined symbol "__file" c:\Users\Daztine\Downloads\MRRP\PROJECT_MRRP\gamemodes\MRRP.pwn(1562) : error 017: undefined symbol "__file" c:\Users\Daztine\Downloads\MRRP\PROJECT_MRRP\gamemodes\MRRP.pwn(1563) : error 017: undefined symbol "__file" c:\Users\Daztine\Downloads\MRRP\PROJECT_MRRP\gamemodes\MRRP.pwn(1564) :...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What feature are you suggesting? Can you add hectic feedback for Android on...
OPEN.MP
# Module Request Note: Please try setting up a configuration yourself before raising an issue to request a configuration: ~~https://config.getamp.sh/~~ ***There is a newer beta version available at https://iceofwraith.github.io/GenericConfigGen/ ##...
FOREACH
#include #include TIMER__ RewardSystem[60000](playerid) // Timer set to 60,000 milliseconds (1 minute) { foreach(new i : Player) { } return 1; } ERROR Core/account.pwn(26) : error 017: undefined symbol "foreach"...
BUG
On non-streamer, the layer is set during CreateTextDraw, but on the streamer version, it follows the TextDrawShow order. This sometimes causes other textdraws to overlap incorrectly. For gamemodes with a...