How to do this in PAWN
#1

My main programming language is C# and i was able to do this
pawn Код:
string Name = "Healian";
int Age = 25;

Console.WriteLine("Player name = {0} and Age = {1}", FirstName, Age);
__________________________

So now i want to do this in ShowDialog in SAMP i want to define 2 strings and use them like this

pawn Код:
ShowPlayerDialog(playerid, 9647, DIALOG_STYLE_MSGBOX, "Welcome", "Player name = THENAME and AGE THEAGE", "Close", "");
THENAME and THEAGE will be retrieved from variables

and if also want to know how to do this with more or less 2 than variable
Reply


Messages In This Thread
How to do this in PAWN - by Healian - 10.08.2012, 00:44
Re: How to do this in PAWN - by FalconX - 10.08.2012, 01:08
Re: How to do this in PAWN - by Healian - 10.08.2012, 01:13
Re: How to do this in PAWN - by FalconX - 10.08.2012, 01:15
Re: How to do this in PAWN - by Kitten - 10.08.2012, 01:15
Re: How to do this in PAWN - by Healian - 10.08.2012, 01:19
Re: How to do this in PAWN - by FalconX - 10.08.2012, 01:21
Re: How to do this in PAWN - by Healian - 10.08.2012, 01:35

Forum Jump:


Users browsing this thread: 1 Guest(s)