17.10.2011, 18:11
PlayerInfo[InviteOffer][para1] = playerid;
to
PlayerInfo[para1][InviteOffer] = playerid;
About the RankRequire it seems that you are using a function that you don't actually have. GF gamemode have the "pRank" and "pLeader"(im not sure about your gamemode, but its still a GF edit), so you can use these instead of RankRequire.
to
PlayerInfo[para1][InviteOffer] = playerid;
About the RankRequire it seems that you are using a function that you don't actually have. GF gamemode have the "pRank" and "pLeader"(im not sure about your gamemode, but its still a GF edit), so you can use these instead of RankRequire.