/accept
#1

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?
Reply
#2

easy you can use like this:
pawn Код:
new pToAccept[MAX_PLAYERS];
new pInvited[MAX_PLAYERS];

pToAccept[target] = playerid;
pInvited[playerid] = target;
then use in the /accept command use PtoAccept[playerid]
Reply
#3

I guess I couldn't see the forest because of the trees. Thx
Reply
#4

you're welcome
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)