19.07.2009, 18:25
I can't find how have a player accept a challenge or sale from another player. Can I put an "if" in my command or do I need to make an whole accept command for each?
new pToAccept[MAX_PLAYERS];
new pInvited[MAX_PLAYERS];
pToAccept[target] = playerid;
pInvited[playerid] = target;