https://open.mp logo
<@283692821318467585> ``` enum ENUM { money }...
# pawn-help
c
@calm-library-91982
Copy code
enum ENUM
{
    money
};
new Player[MAX_PLAYERS][ENUM];

Player->playerid->money = 100;