
04-21-2006, 06:38 PM
|
|
I never asked for this.
|
Join Date: Jun 2005
Posts: 855
|
|
|
Alot of Developers still code in GS1, but I find GS2 to be far more efficent, and definately more fun to work with. It's also easier to read GS2 long, single lined statements, than GS2:
GS1 - if (playerchats && strequals(#c,/help)) sendpm All text here, HTML works!;
GS2 - if(player.chat=="/help") { sendpm("Blahstringblah"); } |
__________________
I hope for nothing. I fear nothing. I am free.
|
|
|
|