You don't need to post a pic of everything you doQuote:
sweet
[Only registered and activated users can see links. Click Here To Register...]
You don't need to post a pic of everything you doQuote:
sweet
[Only registered and activated users can see links. Click Here To Register...]
Quote:
The position parameter
Your code gave me such a shame that I'm just going to fix it so you can copy paste it and leave the forum for a while:Quote:
I change mapID in IndexInternal.es
if (isset($_GET['action'])):
if ($_GET['action'] === 'internalCompanyChoose' && $Users->DataRow['factionId'] === '0'):
$factory->setId($Users->DataRow['ID'], $Users->DataRow['playerID']);
if (isset($_GET['subaction'], $_GET['factionID']) && $_GET['subaction'] === 'factionChoose' && $_GET['factionID'] > 0 && $_GET['factionID'] < 4):
$mapId = 1;
if ($_GET['factionID'] === '1') {
$mapId = 16;
$x = 1000;
$y = 1000;
} elseif ($_GET['factionID'] === '2') {
$mapId = 16;
$x = 19800;
$y = 1000;
} else {
$mapId = 16;
$x = 10000;
$y = 11700;
};
And i change in emulator this
public void SendStations()
{
if (MapId == 1)
{
Send("0|s|0|1|redStation|1|1500|1000|1000");
}
else if (MapId == 16)
{
Send("0|s|0|1|blueStation|2|1500|19800|1000");
}
else if (MapId == 16)
{
Send("0|s|0|1|greenStation|3|1500|19600|11900");
}
}
when i send this in emulator no see the base
wath i need to change to see the bases in 4-4?
if(!empty($_GET["action"])) {
if($_GET["action"] == "internalCompanyChoose" &&
$Users->DataRow["factionId"] == 0) {
$factory->setId($Users->DataRow["ID"], $Users->DataRow["playerID"]);
if(!empty($_GET["subaction"]) && $_GET["subaction"] == "factionChoose") {
if(empty($_GET["factionID"]) || !in_array(array(1, 2, 3), $_GET["factionID"])) {
die("Manulaiko was here :)");
}
$mapId = 16;
$x = 10000;
$y = 11700;
if($_GET["factionID"] == 1) {
$x = 1000;
$y = 1000;
} else if($_GET["factionID"] == 2) {
$x = 19800;
$y = 1000;
}
}
}
}
public void SendStations()
{
Send("0|s|0|1|redStation|1|1500|1000|1000");
Send("0|s|0|1|blueStation|2|1500|19800|1000");
Send("0|s|0|1|greenStation|3|1500|19600|11900");
}
uhauhu it's engrossing i wonder who would hack your the best server :rolleyes:Quote:
hi guys i need nice chatserver sql and emulator bcz my chat hacked localhost who help me plz