Hey Guys,
As you may understand - I have recently returned to Graal and I am trying to learn Scripting again.
My problem is probably simple, however I do not remember how to solve this:
I have two text edit boxes on my Gang System, one for account name and the other for rank. The Account works fine when adding via the add. But the problem is how do I make the account work with the rank.
Think of it like this:
Quote:
Account name: [account1.txt - Text Edit]
Rank: [rank1.txt Text Edit]
(Update Button)
|
I am finding the account via:
PHP Code:
temp.pl = findplayerbycommunityname(params[1]);
if (pl != NULL){
}
}
I thought it Would be as simple as something like:
pl.clientr.gangrank = rank1.txt but obviously not.
Please help me resolve this issue,
Thanks in advance,
Clarke.