16.05.2019, 18:28
Nice work. clean, amazing, cool mini-jobs, well managed and code is amazingly fast, light yet intelligent resistance against cheats.
If you guys installed correct versions of plugins and includes after all steps you will still have problem with discord_relay.pwn and poker.pawn. This is how I got rid of these errors for me:
In poker.pwn
turn this:
into this:
do the same to other similar errors in poker.pawn and descord_relay.pwn
If you guys installed correct versions of plugins and includes after all steps you will still have problem with discord_relay.pwn and poker.pawn. This is how I got rid of these errors for me:
In poker.pwn
turn this:
Code:
return SetPlayerChatBubble(playerid, va_return(format, va_start<5>), color, drawdistance, expiretime);
Code:
return 0; //SetPlayerChatBubble(playerid, va_return(format, va_start<5>), color, drawdistance, expiretime);