Quote:
Originally Posted by Skyld
Can I suggest:
PHP Code:
function onActionserverside(temp.acct)
{
temp.plyr = findPlayer(temp.acct);
temp.array = {temp.plyr.attr[1], temp.plyr.attr[2]};
}
Also what's with this awful style of putting spaces at the beginning of function parameters and such? :/
|
I'll try that method,
and my styling, I like the spacing, gives more readability when having alot of parametres, well thats what I think :o