31.10.2013, 20:55
Hmm. Does this target myself instead of the player I want to invite?
As you see if it should be like this when I target a player that is not online. You can see the similary of the code I posted below.
So I tried to make my own
As you see if it should be like this when I target a player that is not online. You can see the similary of the code I posted below.
Код:
if(invitee == INVALID_PLAYER_ID) return ShowPlayerDialog(playerid, DUELDIAG+1, DIALOG_STYLE_INPUT, "Select a player", "The player specified is not connected, try again....
Код:
if(pInVIP[invitee] == 1) return GameTextForPlayer(playerid,"~r~Command disabled at this moment",2000,3);