Delete account after close .exe - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Delete account after close .exe (
/showthread.php?tid=432685)
Delete account after close .exe -
morocco - 23.04.2013
Hi guys
if i close this samp-server.exe and GTA still runs , my account is delete from scriptfiles
sorry for english and thank you guys
Re: Delete account after close .exe -
DaTa[X] - 23.04.2013
are you using Dini - SQlite - Y_INI - Mysql ??
+ show your code
Re : Re: Delete account after close .exe -
morocco - 23.04.2013
Quote:
Originally Posted by DaTa[X]
are you using Dini - SQlite - Y_INI - Mysql ??
+ show your code
|
pawn Код:
// Includes
#include <a_samp>
#include <a_players>
#include <dini>
#include <dudb>
#include <dutils>
#pragma unused ret_memcpy
#include <foreach>
#include <sscanf2>
#include <zcmd>
#include <streamer>
#include <OPSP>
#include <progress>
#include <gvc>
#include <audio>
#define SpeedCheck(%0,%1,%2,%3,%4) floatround(floatsqroot(%4?(%0*%0+%1*%1+%2*%2):(%0*%0+%1*%1) ) *%3*1.6)
Re : Delete account after close .exe -
morocco - 23.04.2013
Help me please