View Single Post
  #5  
Old 01-31-2007, 12:52 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Skyld View Post
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
__________________
Reply With Quote