Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - George

#61
Support / Announce plugin error on Linux
Apr 23, 2015, 03:19 PM
I'm getting the following error with the latest announce plugin:
./vcmpsvr: symbol lookup error: plugins/announce04rel64.so: undefined symbol: stricmp'stricmp' is not a windows-specific? lol
#62
Snippet Showroom / Re: Team System
Oct 27, 2014, 01:25 AM
Quote from: KraTO$ on Oct 26, 2014, 04:09 PMelse if ( pinfo[ player.ID ].TimeRequest < time() ) { PrivMessage( player, "[Error] Time ended." ); pinfo[ player.ID ].Request = false; pinfo[ player.ID ].Partner = null; pinfo[ plr.ID ].Request = false; pinfo[ plr.ID ].Partner = null; }
Really?
If you don't have an "if" above that, remove the "else".