02.03.2019, 09:38
You need a function before adding braces, as the error is pretty much clear.
Код:
funcName() { INI_Int("Parola",PlayerInfo[playerid][pPass]); INI_Int("Bani",PlayerInfo[playerid][pCash]); return 1; }