14.10.2017, 16:55
In which line is the error?
You should change this to [targetid] not [playerid], it will make the player who executes the command the leader. And also, one "=" will do.
You should change this to [targetid] not [playerid], it will make the player who executes the command the leader. And also, one "=" will do.
PHP код:
PlayerInfo[targetid][Faction] = factionid;
PlayerInfo[targetid][Rank] = 6;

