01.08.2012, 10:15
If a player is in minigame then he cant use anyother cmd except /kill
Code is this
I want to add a text like "type /kill to exit this minigame"
How can i add this clientmessage along with the code i shown above?
Code is this
pawn Код:
if(Minigame[playerid]) return GameTextForPlayer(playerid, " ~y~ type /kill to exit",3000,3);
pawn Код:
SendClientMessage(playerid,yellow,"type /kill to exit from this Mini Game.");