23.07.2011, 11:37
Sorry:
PHP код:
if(!strcmp(cmdtext, "/myhq", true))
{
if(IsPlayerConnected(playerid))
{
if(!PlayerInfo[playerid][pLeader] && !PlayerInfo[playerid][pMember]) return 1;
new index;
if(PlayerInfo[playerid][pMember]) index = PlayerInfo[playerid][pMember];
else index = PlayerInfo[playerid][pLeader];
enum _HQ_PROP
{
FACT_NAME[20],
HexCOLOR,
Float:HQ_X,
Float:HQ_Y,
Float:HQ_Z
}
static const HQ_PROP[16][_HQ_PROP] =
{
// FACT_NAME HexCOLOR HQ_X HQ_Y HQ_Z
{"Police", 0x6090D7, 1543.5291, -1676.1266, 13.5566}, // 01
{"F.B.I", 0x5F8BCC, 1517.9862, -1449.9244, 13.5469}, // 02
{"National Guard", 0x668BC3, 2716.9048, -2405.1914, 13.4731}, // 03
{"Medic", 0xE96C7C, 1179.7551, -1322.0996, 14.1851}, // 04
{"-", 0x68B954, 1828.2765, -1986.5474, 13.5469}, // 05
{"-", 0xDC3437, 1299.9497, -801.34152, 84.1406}, // 06
{"The Mayor", 0x8AE695, 1481.7886, -1766.5544, 18.7958}, // 07
{"Hitman", 0x8E1616, 1073.0447, -340.83021, 73.9922}, // 08
{"News Reporter", 0xE6C416, 1783.8287, -1293.2534, 13.5161}, // 09
{"Taxi company", 0xF5EF46, 1755.9425, -1894.4681, 13.5566}, // 10
{"School instructor", 0x46F2F5, 2048.5042, -1907.0778, 13.5469}, // 11
{"-", 0x6BC8E1, 619.71732, -1541.3688, 15.3053}, // 12
{"-", 0x6BE198, 680.86013, -476.00586, 16.3359}, // 13
{"-", 0xD26BE1, 686.50994, -1276.8881, 13.5598}, // 14
{"-", 0xE1A66B, 1126.8209, -2036.4319, 69.8839}, // 15
{"-", 0x9E797F, 169.78871, -1770.3724, 4.41529} // 16
};
index = ~-index;
format(string, 128, "Checkpoint setat pe minimap. Mergi la {%x}%s{%x} HQ !", HQ_PROP[index][HexCOLOR], HQ_PROP[index][FACT_NAME], (COLOR_YELLOW2 >>> 8));
SendClientMessage(playerid, COLOR_YELLOW2, string);
SetPlayerCheckpoint(playerid, HQ_PROP[index][HQ_X], HQ_PROP[index][HQ_Y], HQ_PROP[index][HQ_Z], 5.0);
}
return 1;
}
Код:
Acolo unde am pus "-" pune tu numele factiunilor Si sub #include <a_samp> pune asta: #pragma tabsize 0