help disable not working
#3

Quote:
Originally Posted by Jefff
Посмотреть сообщение
replace if(pInVIP[invitee] == 1) to if(pInVIP[playerid] == 1) ?
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.


Код:
if(invitee == INVALID_PLAYER_ID) return ShowPlayerDialog(playerid, DUELDIAG+1, DIALOG_STYLE_INPUT, "Select a player", "The player specified is not connected, try again....
So I tried to make my own

Код:
if(pInVIP[invitee] == 1) return GameTextForPlayer(playerid,"~r~Command disabled at this moment",2000,3);
Reply


Messages In This Thread
help disable not working - by kbalor - 31.10.2013, 19:45
Re: help disable not working - by Jefff - 31.10.2013, 20:47
Re: help disable not working - by kbalor - 31.10.2013, 20:55
Re: help disable not working - by kbalor - 01.11.2013, 10:43
Re: help disable not working - by Konstantinos - 01.11.2013, 11:12
Re: help disable not working - by kbalor - 01.11.2013, 11:42

Forum Jump:


Users browsing this thread: 3 Guest(s)