ShowPlayerDialog and count help
#1

Well I want to make an dialog exactly like this I just don't know how to connect count and stuff, for "players" any help will come in handy btw here's a screenshot

Reply
#2

You could use variables, for example;

pawn Код:
new WesternTown[MAX_PLAYERS];
pawn Код:
/* Code of dialog etc where they join Western Town..*/
WesternTown+= 1;
pawn Код:
/* Code of diaog when they leave..*/
WesternTown-= 1;
Reply
#3

Quote:
Originally Posted by Jing_Chan
Посмотреть сообщение
You could use variables, for example;

pawn Код:
new WesternTown[MAX_PLAYERS];
pawn Код:
/* Code of dialog etc where they join Western Town..*/
WesternTown+= 1;
pawn Код:
/* Code of diaog when they leave..*/
WesternTown-= 1;
Aha, so yeah now how to create the dialog and put that %i in there?
Reply
#4

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)