Whats wrong here? Trying to make an command to edit offline players cash.
#5

Fix every line you have "offlineplayer[24]" since you've already defined that.
Alter that with "offlineplayer" instead;
For instance:

format(filestring, sizeof(filestring), AccountsPath, offlineplayer[24]);
-> format(filestring, sizeof(filestring), AccountsPath, offlineplayer);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)