Jump to content

Nadal

Membru
  • Posts

    19
  • Joined

  • Last visited

    Never

Nadal's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Nadal

    Insula personala

    Frumos ... Da mai daie din zid dal dr*cu :grin:
  2. salut va rog sa ma ajutati cand scriu comanda /buyv sa imi apara lista cu masini si sa imi cumpar o masina... Uitati ce am facut pana acuma : [pawn]// This is a comment // uncomment the line below if you want to write a filterscript //#define FILTERSCRIPT #include <a_samp> #if defined FILTERSCRIPT #include <vdealer> public OnFilterScriptInit() { print("\n--------------------------------------"); print(" vDEALER by Nadal "); print("--------------------------------------\n"); return 1; } public OnFilterScriptExit() { //Creating a shop (vDEALER: dealername = CreateVehicleDealer(dealername[],x,y,z) vDEALER: cars_shop2 = CreateVehicleDealer("Cars Shop 2",540.71,-1292.52,17.24); //Adding vehicles to the shop (AddVehicleToDealer(dealerid,vehiclename[],vehiclemodelid,price) AddVehicleToDealer(cars_shop2,"Sabre",475,3000); AddVehicleToDealer(cars_shop2,"Turismo",451,99999999); AddVehicleToDealer(cars_shop2,"SuperGT",506,99999999); AddVehicleToDealer(cars_shop2,"Infernus",411,99999999); AddVehicleToDealer(cars_shop2,"Buffalo",402,3500); AddVehicleToDealer(cars_shop2,"Bullet",541,99999999); AddVehicleToDealer(cars_shop2,"Cheetah",415,4000); AddVehicleToDealer(cars_shop2,"Comet",480,4000); AddVehicleToDealer(cars_shop2,"Elegant",507,5000); AddVehicleToDealer(cars_shop2,"Elegy",562,5000); AddVehicleToDealer(cars_shop2,"Euros",587,5000); AddVehicleToDealer(cars_shop2,"Intruder",546,3000); AddVehicleToDealer(cars_shop2,"Jester",559,4000); AddVehicleToDealer(cars_shop2,"Phoenix",603,5000); AddVehicleToDealer(cars_shop2,"Premier",426,4000); AddVehicleToDealer(cars_shop2,"Rancher",505,5000); AddVehicleToDealer(cars_shop2,"Sandking",495,5000); AddVehicleToDealer(cars_shop2,"Sultan",560,5000); AddVehicleToDealer(cars_shop2,"Sunrise",550,4000); AddVehicleToDealer(cars_shop2,"Uranus",558,4500); //Creating another shop with vehicle vDEALER: moto_shop = CreateVehicleDealer("Moto Shop",-1969.78,282.32,35.17); AddVehicleToDealer(moto_shop,"BF-400",581,15000); AddVehicleToDealer(moto_shop,"FCR-900",521,15000); AddVehicleToDealer(moto_shop,"Freeway",463,15000); AddVehicleToDealer(moto_shop,"NRG-500",522,99999999); AddVehicleToDealer(moto_shop,"PCJ-600",461,15000); AddVehicleToDealer(moto_shop,"Sanchez",468,15000); AddVehicleToDealer(moto_shop,"Wayfarer",586,15001); AddVehicleToDealer(moto_shop,"Faggio",462,11000); AddVehicleToDealer(moto_shop,"BMX",481,7000); vDEALER: cars_shop = CreateVehicleDealer("Cars Shop ",2151.89,1015.28,10.82); AddVehicleToDealer(cars_shop,"Monster",444,20000); AddVehicleToDealer(cars_shop,"Monster A",556,20000); AddVehicleToDealer(cars_shop,"Monster B",557,20000); AddVehicleToDealer(cars_shop,"Patriot",470,17000); AddVehicleToDealer(cars_shop,"BF Injection",424,20000); AddVehicleToDealer(cars_shop,"Quad",471,14000); return 1; } public OnGameModeInit() { Create3DTextLabel("Cars Shop2:\n 540.71,-1292.52,17.24",0x008080FF,540.71,-1292.52,17.24,-1292.52,0); Create3DTextLabel("Moto Shop:\n -1969.78,282.32,35.17",0x008080FF,-1969.78,282.32,35.17,282.32,0); Create3DTextLabel("Cars Shop:\n 2151.89,1015.28,10.82",0x008080FF,2151.89,1015.28,10.82,1015.28,0); return 1; } public OnGameModeInit( ) { // Create a pickup for armor. AddStaticPickup(1239, 2, 540.71,-1292.52,17.24, 0); // Create a pickup for some health, right next to the armour. AddStaticPickup(1239, 2, -1969.78,282.32,35.17, 0); //Crete a pickup for cars AddStaticPickup(1239, 2, 2151.89,1015.28,10.82, 0); return 1; } #else public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/buyv", true)) { SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: Felicitari v-ati cumparat masina!"); return 1; } return 0; } #endif[/pawn] va rog sa ma ajutati.... acest fs nu e facut de mn, l-am luat de pe .com
  3. astea 3: [pawn]2476.8083,2529.7986,10.5266 2481.9475,2529.7747,10.5274 2487.4285,2529.5994,10.5277[/pawn]
  4. Salut am luat acest fs (http://forum.sa-mp.com/attachment.php?attachmentid=1551&d=1305311250) si as dorii sa imi apara un TextDraw la coordonate....
  5. Nadal

    Ajutor [sL0w^]

    Uite comanda [pawn] if(strcmp(cmd, "/aod", true) == 0) { if (PlayerInfo[playerid][pAdmin] >= 1) { if(AdminDuty[playerid] == 1) { new year, month, day; getdate(year, month, day); new hour,minuite,sec; gettime(hour,minuite,sec); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "[Admin Info] %s [iD:%d] is no longer on duty as an admin. (%02d-%02d-%d), (%02d:%02d:%02d)", sendername, playerid, day, month, year, hour, minuite, sec); SendClientMessageToAll(0xC0C0C0FF,string); AdminDuty[playerid] = 0; SetPlayerHealth(playerid,100); SetPlayerArmour(playerid,0); SetPlayerToTeamColor(playerid); } else { new year, month, day; getdate(year, month, day); new hour,minuite,sec; gettime(hour,minuite,sec); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "[Admin Info] %s [iD:%d] is now on duty as an admin.Please /w him if you need help. (%02d-%02d-%d), (%02d:%02d:%02d)", sendername, playerid, day, month, year, hour, minuite, sec); SendClientMessageToAll(0x8080FFFF,string); AdminDuty[playerid] = 1; SetPlayerHealth(playerid,99999); SetPlayerArmour(playerid,99999); SetPlayerColor(playerid,0x8080FFFF); for(new i = 0; i < MAX_PLAYERS; i ++) { if(IsPlayerConnected(i)) { SetPlayerMarkerForPlayer( i,playerid,0x8080FFFF ); } } } } else { SendClientMessage(playerid, COLOR_WHITE1, " Your not an admin !"); } return 1; }[/pawn] P.S Asta este problema GF
  6. Nadal

    Problema GM

    Cand ii dau sa-l compilez imi apar erorile acestea.... dc?[pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2159) : error 029: invalid expression, assumed zero D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2159) : error 017: undefined symbol "Callback" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2160) : error 004: function "SetPlayerToTeamColor" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2185) : error 004: function "SetPlayerToTeamColor" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2203) : error 004: function "IsACopCar" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2208) : error 004: function "IsAnAmbulance" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2295) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2307) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2309) : error 079: inconsistent return types (array & non-array) D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2312) : error 029: invalid expression, assumed zero D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2312) : warning 215: expression has no effect D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2312) : error 001: expected token: ";", but found "if" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2312) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2312) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 13 Errors.[/pawn]
  7. Salut, am si eu o problema cu gm-ul .. cand ii dau sa se compileze imi apar urmatoarele erori: [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2294) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2306) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2310) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2322) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2326) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2330) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2334) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2338) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2342) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2346) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2358) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2362) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2366) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2370) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2374) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2386) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2390) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2394) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2406) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2410) : error 004: function "PlayerToPoint" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(3951) : error 004: function "BusrouteEnd" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(3952) : error 004: function "BusrouteEnd" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(3969) : error 004: function "AntiDeAMX" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(4434) : error 004: function "ProxDetector" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(5781) : error 004: function "AdvertiseToPlayersAtBusStop" is not implemented D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(5787) : error 004: function "AdvertiseToPlayersAtBusStop" is not implemented Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.[/pawn]
  8. [pawn] else if (GetPlayerVirtualWorld(i) == 25) { format(string, sizeof(string), "~w~ Los Santos ~n~ ~w~ Santa Maria Beach"); GameTextForPlayer(i, string, 100, 1); SetPlayerPos(i,520.6794,-1813.4641,6.5781); SetPlayerInterior(i,0); SetPlayerVirtualWorld(i,0); } } } } }[/pawn]
  9. Nu a mers uite ce mi-a dat acuma : [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10640) : error 054: unmatched closing brace ("}") D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : warning 215: expression has no effect D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19095 -- 19096) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19098 -- 19099) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19101 -- 19102) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19104 -- 19105) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19125) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19130) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19135) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19140) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19145) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19150) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19155) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19160) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19165) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19170) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19175) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19180) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19185) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19190) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19195) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19200) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19205) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19210) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19215) : error 076: syntax error in the expression, or invalid function call D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(36610) : error 017: undefined symbol "MecanicCall" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.[/pawn]
  10. uite linia 10640 [pawn]}[/pawn]
  11. L-am inlocuit si acuma imi arata [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10640) : error 054: unmatched closing brace ("}") D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(19087) : warning 219: local variable "mod" shadows a variable at a preceding level D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(36610) : error 017: undefined symbol "MecanicCall" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(36610) : warning 215: expression has no effect D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : error 017: undefined symbol "MecanicCall" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : error 017: undefined symbol "MecanicCall" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : error 017: undefined symbol "MecanicCall" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(39855) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Errors.[/pawn] Linia: 19087:[pawn]new mod = 100;[/pawn] Linia: 36610:[pawn]MecanicCall = playerid;[/pawn] Linia: 39855:[pawn]else if(strcmp(x_job,"Mecanic",true) == 0) { if(IsPlayerConnected(MecanicCall)) { if(MecanicCall == playerid) { MecanicCall = 999; } else { SendClientMessage(playerid, COLOR_GREY, " You are not the current Caller !"); return 1; } } }[/pawn]
  12. asta??? [pawn]for(new i=0; i<MAX_PLAYERS; i++)[/pawn]
  13. A da scuze am uitat ) Liniile 10444-10495 : [pawn]if(Robbed == 1) { { if(RobbedTime <= 0) { RobbedTime = 0; Robbed = 0; } else { RobbedTime -= 1; } } if(PlayerCuffed == 1) { if(PlayerCuffedTime <= 0) { TogglePlayerControllable(i, 1); PlayerCuffed = 0; PlayerCuffedTime = 0; PlayerTazeTime = 1; } else { PlayerCuffedTime -= 1; } } if(PlayerCuffed == 2) { if(PlayerCuffedTime <= 0) { GameTextForPlayer(i, "~r~You broke the Cuffs, you are free!", 2500, 3); TogglePlayerControllable(i, 1); PlayerCuffed = 0; PlayerCuffedTime = 0; } else { PlayerCuffedTime -= 1; } } if(PlayerToPoint(20, i,2015.4500,1017.0900,996.8750)) {//Four Dragons GameTextForPlayer(i, "~r~Closed", 5000, 1); SetPlayerInterior(i, 0); SetPlayerPos(i,1022.599975,-1123.699951,23.799999); } else if(PlayerToPoint(20, i,2233.9099,1710.7300,1011.2987)) {//Caligula GameTextForPlayer(i, "~r~Closed", 5000, 1); SetPlayerInterior(i, 0); SetPlayerPos(i,1022.599975,-1123.699951,23.799999); }[/pawn]
  14. am si eu o problema cu gm-ul va rog sa ma ajutati... Cand ii dau sa il copilez imi apar aceste erori: [pawn]D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10444) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10447) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10448) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10449) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10453) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10456) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10458) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10460) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10461) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10462) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10463) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10467) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10470) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10472) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10474) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10475) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10476) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10477) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10481) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10484) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10486) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10487) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10488) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10490) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10492) : error 017: undefined symbol "i" D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(10493) : error 017: undefined symbol "i" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.[/pawn]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.