A few ideas to create a duel system
#1

Hello, recently i started making a DM gamemode and i wanted to get a few ideas on how to make a 3v3 duel system, i have no clue on that at all.. If someone can give me a few tips and ideas, it doesn't matter if it's in dialogs or in commands, i just want it to work and stuff.
Reply
#2

Code:
new LimitDuel[MAX_PLAYERS];

//check
if(LimitDuel[playerid] > 3 ) return SendClientMessage(playerid,-1,"Noup, im sorry bruh. ^^");

//Count
LimitDuel++;
:d
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)