MySQL Spawning
#1

How would I go about spawning a player that has SpawnX, SpawnY, SpawnZ coords, SkinID and AngleA in the database? Would this be correct?

pawn Код:
format(query, sizeof(query), "SELECT SpawnX,SpawnY,SpawnZ,SkinID,AngleA FROM playerdata WHERE user = '%s'", pname);
    mysql_query(query);
    mysql_store_result();
    SetSpawnInfo(playerid, 0, SkinID, SpawnX, SpawnY, SpawnZ, AngleA, 0, 0, 0, 0, 0, 0);
    SpawnPlayer(playerid);
    mysql_free_result();
Reply


Messages In This Thread
MySQL Spawning - by AphexCCFC - 23.01.2013, 00:13

Forum Jump:


Users browsing this thread: 2 Guest(s)