John Magdy Lotfy Kamel

Results 19 issues of John Magdy Lotfy Kamel

`GetPlayerHealth` and `GetPlayerArmour` doesn't work at OnPlayerSpawn Callback as they always return `0.000000` as the Player's Health/Armour...

Hello dude, it'd be great if you added an function which detects last received/created message...(which is sent before calling DCC_SendChannelMessage Lasttime...) for example: ``` new DCC_Message:last_msg = DCC_Get_LastMessage(); DCC_DeleteMessage(last_msg); ```...

enhancement

Hello dude, so `DCC_OnGuildMemberAdd` callback crashes my server once it is executed... [logs.zip](https://github.com/maddinat0r/samp-discord-connector/files/3557894/logs.zip) after upgrading to v0.3 idk why

bug

Hello dude, so my server is crashing when i try to run the following code with 'low stability internet connection'(possible there isn't internet connection)... ``` DCC_SetBotActivity(sTring); if(DCC_GetBotPresenceStatus() != DCC_BotPresenceStatus:IDLE) DCC_SetBotPresenceStatus(IDLE);...

bug

``` Consolidate compiler generated dependencies of target amx [ 2%] Building C object libs/log-core/src/amx/CMakeFiles/amx.dir/amx.c.o /path/to/Git/samp-discord-connector/libs/log-core/src/amx/amx.c: In function ‘amx_Init’: /path/to/Git/samp-discord-connector/libs/log-core/src/amx/amx.c:879:28: warning: taking address of packed member of ‘struct tagAMX_HEADER’ may result...

- missing highlighting for the macro `sizeof` - when i do `return function1(playerid);` it hightlights `return` macro only.... and leaves `function1` as it is(grey...)

similar to @Southclaws 's requests plugin ``` native Node:JsonObject({_, Node}:...); native Node:JsonInt(value); native Node:JsonBool(bool:value); native Node:JsonFloat(Float:value); native Node:JsonString(const value[]); //........ ```

Hello Dude, so iam Facing some issues with the Plugins Manager while i was trying to install 'Color Picker'. Debug Logs: ```System.Net.WebException: The request was aborted: Could not create SSL/TLS...

bug