Server fails to
#3

pawn Code:
#include <a_samp>
#include <a_mysql>
#include <streamer>
#include <utils>

stock SetPlayerPosOb(playerid, Float:x, Float:y, Float:z){
    Streamer_UpdateEx(playerid,x,y,z);
    return SetTimerEx("SetPlayerPosPublic",0,0,"ifff",playerid,x,y,z);
}
forward SetPlayerPosPublic(playerid,Float:x,Float:y,Float:z);
public SetPlayerPosPublic(playerid,Float:x,Float:y,Float:z)
{
    SetPlayerPos(playerid,x,y,z);
    return 1;
}
#define SetPlayerPos SetPlayerPosOb

main()
{
    print("\n----------------------------------");
    print(" Life of Flying | By Mehdi");
    print("----------------------------------\n");
}

AntiDeAMX()
{
    new a[][] =
    {
        "Unarmed (Fist)",
        "Brass K"
    };
    #pragma unused a
}
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS "...."
#define SQL_DB "lof"
#define TABLENAME "users"

#undef MAX_PLAYERS
#define MAX_PLAYERS (51) // 50 - amount of max slots
Here
btw i bought this server
Reply


Messages In This Thread
PLEASE help really important - by Geeboi_Mehdi - 03.02.2013, 00:08
Re: Server fails to - by T0pAz - 03.02.2013, 00:21
Re: Server fails to - by Geeboi_Mehdi - 03.02.2013, 00:23
Re: Server fails to - by T0pAz - 03.02.2013, 00:28
Re: Server fails to - by Djean - 03.02.2013, 00:32
Re: Server fails to - by Geeboi_Mehdi - 03.02.2013, 00:35
Re: Server fails to - by T0pAz - 03.02.2013, 00:47
Re: Server fails to - by Geeboi_Mehdi - 03.02.2013, 00:57
Re: Server fails to - by T0pAz - 03.02.2013, 01:26
Re: Server fails to - by Geeboi_Mehdi - 03.02.2013, 02:56

Forum Jump:


Users browsing this thread: 1 Guest(s)