Code:
ColorChat(id, GREEN, "%s", szDescription[item][id])
Code:
ColorChat(id, GREEN, "[Groups]^1 Congratulations! You joined the group^3 ^%s^1!", szGroups[item][id])
Remove the second array dimension from those lines. While your testing your plugin your going to be player with index 1. Your telling it to print from position id which = 1.
__________________