[Include] Sclan.inc - MySQL Clans System
#6

"Do not edit, even bugs"
I'm done.


Quote:

stock GetName(playerid)
{
new szName[MAX_PLAYER_NAME];
GetPlayerName(playerid, szName, sizeof(szName));
return szName;
}

You really had to copy that from a help thread?
https://sampforum.blast.hk/showthread.php?tid=598704

Quote:

#include <a_samp>
#include <a_mysql>

Oh god..
PHP код:
#if !defined _included_a_samp
     #error I think you forgot to include a_samp
#endif
#if !defined _included_a_mysql
     #error I think you forgot to include a_mysql
#endif 
Why would you use native when you're using stock? Doesn't make sense.

Other than that, Why is this an include and not an filterscript? All you do is run mysql queries.
Reply


Messages In This Thread
Sclan.inc - MySQL Clans System - by Shinja - 29.07.2016, 23:56
Re: Sclan.inc - MySQL Clans System - by JustMe.77 - 30.07.2016, 00:37
Re: Sclan.inc - MySQL Clans System - by oMa37 - 30.07.2016, 00:48
Re: Sclan.inc - MySQL Clans System - by Luicy. - 30.07.2016, 01:18
Re: Sclan.inc - MySQL Clans System - by Shinja - 30.07.2016, 01:25
Re: Sclan.inc - MySQL Clans System - by Luicy. - 30.07.2016, 01:32
Re: Sclan.inc - MySQL Clans System - by Shinja - 30.07.2016, 01:47
Re: Sclan.inc - MySQL Clans System - by Gammix - 30.07.2016, 02:55

Forum Jump:


Users browsing this thread: 2 Guest(s)