Valaki meg nézi? hol a hiba??
És ezt akartam bele rakni
AddPlayerClass(29,-3267.1143,-1204.6685,13.3783,235.8069,0,0,0,0,0,0); // ANGEL DEPO
AddPlayerClass(112,3360.5579,519.2912,23.4510,337.3078,0,0,0,0,0,0); // LV KISSZIGET
AddPlayerClass(112,3459.8108,1631.2540,2.1266,273.1689,0,0,0,0,0,0); // LVMINIISLAND
AddPlayerClass(112,4721.1914,2768.8369,13.0764,338.1740,0,0,0,0,0,0); // LVNAGY ISLAND
AddPlayerClass(299,-4541.7075,484.5139,12.4128,22.4793,0,0,0,0,0,0); // SF MINIISLAND
Dailog
// Set the spawn coordinates based on the selection in the list
switch (listitem)
{
case 0: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -525.0, -502.0, 26.0, 0.0, 0, 0, 0, 0, 0, 0);
case 1: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -74.7, -1137.5, 4.5, 0.0, 0, 0, 0, 0, 0, 0);
case 2: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), 1457.0, 975.5, 11.0, 0.0, 0, 0, 0, 0, 0, 0);
case 3: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -2136.0, -247.5, 36.5, 270.0, 0, 0, 0, 0, 0, 0);
case 4: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), 1766.5, -2040.7, 14.0, 270.0, 0, 0, 0, 0, 0, 0);
case 5: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -546.0, 2594.0, 54.0, 270.0, 0, 0, 0, 0, 0, 0);
case 6: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), 332.0, 900.0, 25.0, 205.0, 0, 0, 0, 0, 0, 0);
case 7: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -1575.0, -2724.0, 49.0, 146.0, 0, 0, 0, 0, 0, 0);
case 8: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), 2539.0049,2811.4998,10.8203,0, 0, 0, 0, 0, 0, 0);
case 9: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -3267.1143,-1204.6685,13.3783,0, 0, 0, 0, 0, 0, 0);
case 10: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), 3360.5579,519.2912,23.4510,0, 0, 0, 0, 0, 0, 0);
case 12: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), 3459.8108,1631.2540,2.1266,0, 0, 0, 0, 0, 0, 0);
case 13: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), 4721.1914,2768.8369,13.0764,0, 0, 0, 0, 0, 0, 0);
case 14: SetSpawnInfo(playerid, 0, GetPlayerSkin(playerid), -4541.7075,484.5139,12.4128,0, 0, 0, 0, 0, 0, 0);
}
}
És ez pedig a PPC_PalyerCommands
case ClassTruckDriver: // Ask where the trucker player wants to respawn
ShowPlayerDialog(playerid, DialogRescue, DIALOG_STYLE_LIST, \"Kaminoos depók:\", \"{FFFF00}Fallen Tree Depó\\r\\n{07aced}Flint Trucking Depó\\r\\n{FFFF00}LVA Freight Depó\\r\\n{07aced}Doherty Depó\\r\\n{FFFF00}El Corona Depó\\r\\n{07aced}Las Payasdas Depó\\r\\n{FFFF00}Bánya\\r\\n{07aced}Shady Creek Depó\\r\\n{FFFF00}K.A.C.C-i depó\\r\\n{07aced}AngelPine Depó\\r\\n{FFFF00}LV Kissziget\\r\\n{07aced}LV Mini Island\\r\\n{FFFF00}LV New sziget\\r\\n{07aced}SF Trucking sziget\", \"Spawn\", \"Cancel\");
Dupla hozzászólás automatikusan összefûzve. ( 2013. március 07. - 14:41:54 )
Hol rontottam el? Valaki help!!!