I made a command and i don't know what's the problem on it.
../gamemodes/ServerCommands.pwn(130) : error 001: expected token: "-string end-", but found "-identifier-"
Tried this also
../gamemodes/ServerCommands.pwn(130) : error 001: expected token: "-string end-", but found "-identifier-"
Code:
format(RPText[playerid], 128, "%s" params);
Code:
format(RPText[playerid], 128, "%s" params));