OnPlayerRequestClass
#1

This is my code:
PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
SetPlayerPos(playerid,1442.0126,-869.8841,52.4946);
    
SetPlayerFacingAngle(playerid,196.9944);
    
SetPlayerCameraPos(playerid,1443.3689,-873.9153,52.8520);
    
SetPlayerCameraLookAt(playerid,1442.0126,-869.8841,52.4946);
    if(
classid==71 && classid==163 && classid==164 && classid==165 && classid==211 && classid==281 && classid==282 && classid==283 && classid==284 && classid==286 && classid==288 && classid==265 && classid==266 && classid==267) return GameTextForPlayer(playerid"~b~~h~Cops"50006);
    else if(
classid==285) return GameTextForPlayer(playerid"~b~~h~SWAT"50006);
    else if(
classid==287 && classid==179) return GameTextForPlayer(playerid"~b~~h~Army"50006);
    else if(
classid==42 && classid==268) return GameTextForPlayer(playerid"~y~~h~Mechanic"50006);
    else if(
classid==142 && classid==220) return GameTextForPlayer(playerid"~y~~h~Taxi Driver"50006);
    else if(
classid==274 && classid==275 && classid==276) return GameTextForPlayer(playerid"~y~~h~Pizza Boy"50006);
    else 
GameTextForPlayer(playerid"~y~~h~Civillians"50006);
    return 
1;

What is the error?

When I change my skin and reaches OG Loc's skin it displays 'swat'. All other skins are showing 'Civillians'.

Someone please help me.
Reply
#2

classid is not the same as skinid
Reply
#3

means?
Reply
#4

This is my current code:
PHP код:
public OnGameModeInit()
{
    
SetGameModeText("Roleplay/Cops and Robbers");
    
//Vehicles
    
LoadStaticVehiclesFromFile("vehicles/flint.txt");
    
LoadStaticVehiclesFromFile("vehicles/bone.txt");
    
LoadStaticVehiclesFromFile("vehicles/ls_airport.txt");
    
LoadStaticVehiclesFromFile("vehicles/ls_gen_inner.txt");
    
LoadStaticVehiclesFromFile("vehicles/ls_gen_outer.txt");
    
LoadStaticVehiclesFromFile("vehicles/ls_law.txt");
    
LoadStaticVehiclesFromFile("vehicles/lv_airport.txt");
    
LoadStaticVehiclesFromFile("vehicles/lv_gen.txt");
    
LoadStaticVehiclesFromFile("vehicles/lv_law.txt");
    
LoadStaticVehiclesFromFile("vehicles/pilots.txt");
    
LoadStaticVehiclesFromFile("vehicles/red_county.txt");
    
LoadStaticVehiclesFromFile("vehicles/sf_airport.txt");
    
LoadStaticVehiclesFromFile("vehicles/sf_gen.txt");
    
LoadStaticVehiclesFromFile("vehicles/sf_law.txt");
    
LoadStaticVehiclesFromFile("vehicles/sf_terrain.txt");
    
LoadStaticVehiclesFromFile("vehicles/tierra.txt");
    
LoadStaticVehiclesFromFile("vehicles/trains.txt");
    
LoadStaticVehiclesFromFile("vehicles/trainsplatform.txt");
    
LoadStaticVehiclesFromFile("vehicles/whetstone.txt");
//Server Vehicles
    
AddStaticVehicle(411,1921.8412,-1763.8225,13.2575,269.7150,128,128);
// Player Classes
    //[Cops]
    
new cop1=AddPlayerClassEx(TEAM_COPS,71,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop2=AddPlayerClassEx(TEAM_COPS,163,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop3=AddPlayerClassEx(TEAM_COPS,164,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop4=AddPlayerClassEx(TEAM_COPS,165,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop5=AddPlayerClassEx(TEAM_COPS,166,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop6=AddPlayerClassEx(TEAM_COPS,211,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop7=AddPlayerClassEx(TEAM_COPS,280,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop8=AddPlayerClassEx(TEAM_COPS,281,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop9=AddPlayerClassEx(TEAM_COPS,282,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop10=AddPlayerClassEx(TEAM_COPS,283,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop11=AddPlayerClassEx(TEAM_COPS,284,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop12=AddPlayerClassEx(TEAM_COPS,286,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop13=AddPlayerClassEx(TEAM_COPS,288,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop14=AddPlayerClassEx(TEAM_COPS,265,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop15=AddPlayerClassEx(TEAM_COPS,266,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    new 
cop16=AddPlayerClassEx(TEAM_COPS,267,1584.6842,-1686.7813,6.2188,290.3138,32,2500,26,1000,31,2500);
    
//[SWAT]
    
new swat=AddPlayerClassEx(TEAM_SWAT,285,2523.1890,-2118.1357,13.5469,355.3507,32,2500,26,1000,31,2500);
    
//[ARMY]
    
new army1=AddPlayerClassEx(TEAM_ARMY,287,253.5259,1879.8744,11.4609,95.0310,32,2500,26,1000,31,2500);
    new 
army2=AddPlayerClassEx(TEAM_ARMY,179,253.5259,1879.8744,11.4609,95.0310,32,2500,26,1000,31,2500);
    
//[Civillians]
    
AddPlayerClassEx(TEAM_CIVILLIANS,1,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,2,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,3,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,4,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,5,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,6,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,7,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,8,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,9,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,10,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,11,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,12,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,13,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,14,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,15,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,16,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,17,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,18,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,19,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,20,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,21,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,22,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,23,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,24,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,25,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,26,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,27,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,28,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,29,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,30,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,31,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,32,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,33,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,34,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,35,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,36,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,37,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,38,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,39,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,40,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,41,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,43,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,44,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,45,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,46,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,47,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,48,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,49,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,50,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,51,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,52,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,53,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,54,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,55,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,56,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,57,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,58,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,59,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,60,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,61,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,62,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,63,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,64,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,65,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,66,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,67,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,68,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,69,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,70,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,71,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,72,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,73,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,75,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,76,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,78,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,79,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,80,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,81,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,82,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,83,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,84,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,85,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,86,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,87,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,88,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,89,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,90,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,91,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,92,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,93,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,94,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,95,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,96,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,97,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,98,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,99,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,100,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,101,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
     
AddPlayerClassEx(TEAM_CIVILLIANS,102,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,103,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,104,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,105,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,106,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,107,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,108,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,109,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,110,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,111,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,112,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,113,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,114,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,115,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,116,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,117,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,118,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,119,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,120,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,121,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,122,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,123,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,124,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,125,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,126,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,127,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,128,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,129,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,130,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,131,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,132,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,134,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,135,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,136,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,137,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,138,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,139,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,140,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,141,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,142,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,143,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,144,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,145,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,146,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,147,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,148,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,149,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,150,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,151,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,152,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,153,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,154,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,156,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,157,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,158,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,159,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,160,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,161,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,162,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,163,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,164,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,165,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,166,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,167,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,168,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,169,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,170,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,171,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,172,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,173,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,174,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,175,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,176,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,177,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,178,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,179,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,180,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,181,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,182,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,183,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,184,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,185,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,186,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,187,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,188,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,189,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,190,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,191,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,192,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,193,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,194,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,195,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,196,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,197,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,198,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,199,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,200,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,201,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,202,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,203,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,204,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,205,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,206,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,207,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,208,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,209,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,210,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,212,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,213,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,214,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,215,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,216,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,217,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,218,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,219,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,221,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,222,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,223,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,224,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,225,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,226,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,227,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,228,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,229,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,230,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,231,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,232,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,233,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,234,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,235,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,236,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,237,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,238,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,239,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,240,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,241,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,242,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,243,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,244,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,245,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,246,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,247,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,248,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,249,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,250,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,251,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,252,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,253,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,254,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,255,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,256,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,257,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,258,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,259,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,260,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,261,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,262,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,263,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,264,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,269,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,270,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,271,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,272,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,273,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,289,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,290,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,291,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,292,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,293,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,294,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,295,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,296,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,297,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,298,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
AddPlayerClassEx(TEAM_CIVILLIANS,299,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    
//[MECHANICS]
    
new mech1=AddPlayerClassEx(TEAM_MECHANICS,42,841.3635,-1865.6621,13.3897,94.0425,32,2500,26,1000,31,2500);
    new 
mech2=AddPlayerClassEx(TEAM_MECHANICS,268,841.3635,-1865.6621,13.3897,94.0425,32,2500,26,1000,31,2500);
    
//[TAXI DRIVERS]
    
new taxi1=AddPlayerClassEx(TEAM_TAXI,142,1695.5009,-2325.5298,13.5469,359.0902,32,2500,26,1000,31,2500);
    new 
taxi2=AddPlayerClassEx(TEAM_TAXI,220,1695.5009,-2325.5298,13.5469,359.0902,32,2500,26,1000,31,2500);
    
//[MEDIC]
    
new medic1=AddPlayerClassEx(TEAM_MEDICS,274,2023.0836,-1418.7443,16.9922,140.5513,32,2500,26,1000,31,2500);
    new 
medic2=AddPlayerClassEx(TEAM_MEDICS,275,2023.0836,-1418.7443,16.9922,140.5513,32,2500,26,1000,31,2500);
    new 
medic3=AddPlayerClassEx(TEAM_MEDICS,276,2023.0836,-1418.7443,16.9922,140.5513,32,2500,26,1000,31,2500);
    
//[PIZZA BOY]
    
new pizza1=AddPlayerClassEx(TEAM_MEDICS,155,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
    new 
pizza2=AddPlayerClassEx(TEAM_MEDICS,167,1759.0189,-1898.1260,13.5622,266.4503,32,2500,26,1000,31,2500);
     
//Objects
     //[LSPD]
     
CreateObject(9751544.64209, -1622.2741713.99633,   0.000000.0000090.77937);
    
CreateObject(9751544.68726, -1626.4851114.01554,   0.000000.0000090.39678);
    
CreateObject(9701547.58594, -1635.0065913.07822,   0.000000.0000091.75994);
    
CreateObject(9701568.55884, -1637.3289816.10110,   0.000000.000000.00000);
    
CreateObject(9701545.51624, -1632.6993412.95227,   0.000000.000000.00000);
    
UsePlayerPedAnims();
    new 
yearmonthdayhourminutesecondstring[128];
     
getdate(yearmonthday);
     
gettime(hourminutesecond);
     new 
File:log=fopen("Logs/Mainlog.log"io_append);
     
format(stringsizeof(string),"\r\n%d:%d:%d, %d/%d/%d\r\n"hourminuteseconddaymonthyear);
     
fwrite(logstring);
     
fclose(log);
    return 
1;
}
public 
OnGameModeExit()
{
    return 
1;
}
public 
OnPlayerRequestClass(playeridclassid)
{
    
SetPlayerPos(playerid,1442.0126,-869.8841,52.4946);
    
SetPlayerFacingAngle(playerid,196.9944);
    
SetPlayerCameraPos(playerid,1443.3689,-873.9153,52.8520);
    
SetPlayerCameraLookAt(playerid,1442.0126,-869.8841,52.4946);
    if(
classid==cop1 && classid==cop2 && classid==cop3 && classid==cop4 && classid==cop5 && classid==cop6 && classid==cop7 && classid==cop8 && classid==cop9 && classid==cop10 && classid==cop11 && classid==cop12 && classid==cop13 && classid==cop14) return GameTextForPlayer(playerid"~b~~h~Cops"50006);
    else if(
classid==swat) return GameTextForPlayer(playerid"~b~~h~SWAT"50006);
    else if(
classid==army1 && classid==army2) return GameTextForPlayer(playerid"~b~~h~Army"50006);
    else if(
classid==mech1 && classid==mech2) return GameTextForPlayer(playerid"~y~~h~Mechanic"50006);
    else if(
classid==taxi1 && classid==taxi2) return GameTextForPlayer(playerid"~y~~h~Taxi Driver"50006);
    else if(
classid==medic1 && classid==medic2 && classid==medic3) return GameTextForPlayer(playerid"~b~~h~Medic"50006);
    else if(
classid==pizza1 && classid==pizza2) return GameTextForPlayer(playerid"~y~~h~Pizza boy"50006);
    else 
GameTextForPlayer(playerid"~y~~h~Civillians"50006);
    return 
1;

And these are the errors:
PHP код:
E:\My Server\gamemodes\SARCR.pwn(465) : warning 204symbol is assigned a value that is never used"pizza2"
E:\My Server\gamemodes\SARCR.pwn(464) : warning 204symbol is assigned a value that is never used"pizza1"
E:\My Server\gamemodes\SARCR.pwn(462) : warning 204symbol is assigned a value that is never used"medic3"
E:\My Server\gamemodes\SARCR.pwn(461) : warning 204symbol is assigned a value that is never used"medic2"
E:\My Server\gamemodes\SARCR.pwn(460) : warning 204symbol is assigned a value that is never used"medic1"
E:\My Server\gamemodes\SARCR.pwn(458) : warning 204symbol is assigned a value that is never used"taxi2"
E:\My Server\gamemodes\SARCR.pwn(457) : warning 204symbol is assigned a value that is never used"taxi1"
E:\My Server\gamemodes\SARCR.pwn(455) : warning 204symbol is assigned a value that is never used"mech2"
E:\My Server\gamemodes\SARCR.pwn(454) : warning 204symbol is assigned a value that is never used"mech1"
E:\My Server\gamemodes\SARCR.pwn(178) : warning 204symbol is assigned a value that is never used"army2"
E:\My Server\gamemodes\SARCR.pwn(177) : warning 204symbol is assigned a value that is never used"army1"
E:\My Server\gamemodes\SARCR.pwn(175) : warning 204symbol is assigned a value that is never used"swat"
E:\My Server\gamemodes\SARCR.pwn(173) : warning 204symbol is assigned a value that is never used"cop16"
E:\My Server\gamemodes\SARCR.pwn(172) : warning 204symbol is assigned a value that is never used"cop15"
E:\My Server\gamemodes\SARCR.pwn(171) : warning 204symbol is assigned a value that is never used"cop14"
E:\My Server\gamemodes\SARCR.pwn(170) : warning 204symbol is assigned a value that is never used"cop13"
E:\My Server\gamemodes\SARCR.pwn(169) : warning 204symbol is assigned a value that is never used"cop12"
E:\My Server\gamemodes\SARCR.pwn(168) : warning 204symbol is assigned a value that is never used"cop11"
E:\My Server\gamemodes\SARCR.pwn(167) : warning 204symbol is assigned a value that is never used"cop10"
E:\My Server\gamemodes\SARCR.pwn(166) : warning 204symbol is assigned a value that is never used"cop9"
E:\My Server\gamemodes\SARCR.pwn(165) : warning 204symbol is assigned a value that is never used"cop8"
E:\My Server\gamemodes\SARCR.pwn(164) : warning 204symbol is assigned a value that is never used"cop7"
E:\My Server\gamemodes\SARCR.pwn(163) : warning 204symbol is assigned a value that is never used"cop6"
E:\My Server\gamemodes\SARCR.pwn(162) : warning 204symbol is assigned a value that is never used"cop5"
E:\My Server\gamemodes\SARCR.pwn(161) : warning 204symbol is assigned a value that is never used"cop4"
E:\My Server\gamemodes\SARCR.pwn(160) : warning 204symbol is assigned a value that is never used"cop3"
E:\My Server\gamemodes\SARCR.pwn(159) : warning 204symbol is assigned a value that is never used"cop2"
E:\My Server\gamemodes\SARCR.pwn(158) : warning 204symbol is assigned a value that is never used"cop1"
E:\My Server\gamemodes\SARCR.pwn(498) : error 017undefined symbol "cop1"
E:\My Server\gamemodes\SARCR.pwn(499) : error 017undefined symbol "swat"
E:\My Server\gamemodes\SARCR.pwn(500) : error 017undefined symbol "army1"
E:\My Server\gamemodes\SARCR.pwn(501) : error 017undefined symbol "mech1"
E:\My Server\gamemodes\SARCR.pwn(502) : error 017undefined symbol "taxi1"
E:\My Server\gamemodes\SARCR.pwn(503) : error 017undefined symbol "medic1"
E:\My Server\gamemodes\SARCR.pwn(504) : error 017undefined symbol "pizza1"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
7 Errors

What should I do?
Reply
#5

Use the variables.

You're creating them, you assign a value to them, but they are never used throughout the rest of your code.
They're just warnings and will disappear when you use the variables.
Reply
#6

Quote:
Originally Posted by PowerPC603
Посмотреть сообщение
Use the variables.

You're creating them, you assign a value to them, but they are never used throughout the rest of your code.
They're just warnings and will disappear when you use the variables.
I used them in OnPlayerRequestClass.

Also, I assigned them a value inside OnGamemodeInit and will those variables work outside it or on OnPlayerRequestClass?

If no, What should I do?
Reply
#7

I found out my own ways and thank you for your help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)