03.02.2013, 00:23
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
btw i bought this server

