30.07.2016, 01:32
"Do not edit, even bugs"
I'm done.
You really had to copy that from a help thread?
https://sampforum.blast.hk/showthread.php?tid=598704
Oh god..
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.
I'm done.
Quote:
stock GetName(playerid) { new szName[MAX_PLAYER_NAME]; GetPlayerName(playerid, szName, sizeof(szName)); return szName; } |
https://sampforum.blast.hk/showthread.php?tid=598704
Quote:
#include <a_samp> #include <a_mysql> |
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
Other than that, Why is this an include and not an filterscript? All you do is run mysql queries.