01.08.2011, 20:27
Hello..
I just started new gamemode, witch has LuxAdmin system inside, and nothing more, i tried to add some cars with /car and used /save to get coords, added the coords to the gamemode, like this:
//Rekkad
AddStaticVehicle(403,41.4704,-223.8021,2.3749,266.1766,32,52); //
AddStaticVehicle(515,41.6779,-229.3573,2.7772,266.1888,3,122); //
AddStaticVehicle(403,44.5465,-237.7068,2.2809,265.0684,24,26); //
AddStaticVehicle(514,44.6559,-248.0411,2.2573,265.9933,23,35); //
AddStaticVehicle(515,45.1594,-243.0104,2.6854,266.5273,112,96); //
AddStaticVehicle(403,47.5718,-251.9598,2.2497,266.8644,124,53); //
AddStaticVehicle(514,49.0706,-256.9178,2.2422,265.9139,39,103); //
//Treilerid
AddStaticVehicle(435,65.0494,-281.7348,1.3052,358.5661,10,10); //
AddStaticVehicle(435,50.9561,-281.5721,1.4560,0.8553,10,10); //
AddStaticVehicle(591,39.3386,-279.9971,1.7424,358.6024,10,10); //
AddStaticVehicle(591,25.4505,-281.1606,2.0899,324.8264,10,10); //
AddStaticVehicle(450,89.8403,-301.1762,1.3052,359.0294,10,10); //
AddStaticVehicle(450,103.3911,-283.1452,1.3051,359.3055,10,10); //
AddStaticVehicle(584,107.4087,-230.2679,1.3052,87.7529,10,10); //
And it gives this error:
C:\Documents and Settings\Microsoft.MICROSOF-95F15B\Desktop\SAMP\Deserve do die!\gamemodes\GMTS.pwn(31) : error 021: symbol already defined: "AddStaticVehicle"
C:\Documents and Settings\Microsoft.MICROSOF-95F15B\Desktop\SAMP\Deserve do die!\gamemodes\GMTS.pwn(39) : error 021: symbol already defined: "AddStaticVehicle"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
I would appreciate FAST help!
//
Btw, its under GameModeInit. That might be the problem to.
I just started new gamemode, witch has LuxAdmin system inside, and nothing more, i tried to add some cars with /car and used /save to get coords, added the coords to the gamemode, like this:
//Rekkad
AddStaticVehicle(403,41.4704,-223.8021,2.3749,266.1766,32,52); //
AddStaticVehicle(515,41.6779,-229.3573,2.7772,266.1888,3,122); //
AddStaticVehicle(403,44.5465,-237.7068,2.2809,265.0684,24,26); //
AddStaticVehicle(514,44.6559,-248.0411,2.2573,265.9933,23,35); //
AddStaticVehicle(515,45.1594,-243.0104,2.6854,266.5273,112,96); //
AddStaticVehicle(403,47.5718,-251.9598,2.2497,266.8644,124,53); //
AddStaticVehicle(514,49.0706,-256.9178,2.2422,265.9139,39,103); //
//Treilerid
AddStaticVehicle(435,65.0494,-281.7348,1.3052,358.5661,10,10); //
AddStaticVehicle(435,50.9561,-281.5721,1.4560,0.8553,10,10); //
AddStaticVehicle(591,39.3386,-279.9971,1.7424,358.6024,10,10); //
AddStaticVehicle(591,25.4505,-281.1606,2.0899,324.8264,10,10); //
AddStaticVehicle(450,89.8403,-301.1762,1.3052,359.0294,10,10); //
AddStaticVehicle(450,103.3911,-283.1452,1.3051,359.3055,10,10); //
AddStaticVehicle(584,107.4087,-230.2679,1.3052,87.7529,10,10); //
And it gives this error:
C:\Documents and Settings\Microsoft.MICROSOF-95F15B\Desktop\SAMP\Deserve do die!\gamemodes\GMTS.pwn(31) : error 021: symbol already defined: "AddStaticVehicle"
C:\Documents and Settings\Microsoft.MICROSOF-95F15B\Desktop\SAMP\Deserve do die!\gamemodes\GMTS.pwn(39) : error 021: symbol already defined: "AddStaticVehicle"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
I would appreciate FAST help!
//
Btw, its under GameModeInit. That might be the problem to.