Jump to content

tantan_andrey

Membru
  • Posts

    131
  • Joined

  • Last visited

    Never

Everything posted by tantan_andrey

  1. Salut. Am si eu un Gm, care, daca imi iau jobul Bus Driver, Imi apare la /jobhelp comanda /lsroute si /sfroute. Si ar trebui cand scriu ori /lsroute ori /sfroute sa imi apara check-pointuri-le pe harta care trebuie sa ma duc cu autobuzul. Dar cand intru in autobuz, si scriu /lsroute sau /sfroute imi zice : You are not in Bus:( in gm am comenzile astea /lsroute si /sfroute: //----------------------------------[sf Route]----------------------------------------------- if(strcmp(cmd, "/sfroute", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pJob] == 14) { new tmpcar = GetPlayerVehicleID(playerid); if(IsABus(tmpcar)) { CP[playerid] = 150; SetPlayerCheckpoint(playerid, 1493.9727,-1726.4873,13.5469, 4.0); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Urmareste checkpointurile pentru a lua plata"); SendClientMessageToAll(COLOR_BUS,"<<Autobuzul a plecat din gara Los Santos.Urmatoarea statie:PDLS>>"); } else { SendClientMessage(playerid, COLOR_GRAD1,"You are not in Bus"); return 1; } } else { SendClientMessage(playerid, COLOR_GRAD1,"You are not a bus driver"); return 1; } } return 1; } //----------------------------------[Ls Route]----------------------------------------------- if(strcmp(cmd, "/lsroute", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pJob] == 14) { new tmpcar = GetPlayerVehicleID(playerid); if(IsABus(tmpcar)) { CP[playerid] = 156; SetPlayerCheckpoint(playerid, -2003.8007,148.5716,27.539, 4.0); SendClientMessage(playerid, COLOR_LIGHTBLUE, "Urmareste checkpointurile pentru a lua plata"); SendClientMessageToAll(COLOR_BUS,"<<Autobuzul a plecat din Gara sf.Urmatoarea statie:Intrarea in Ls>>"); } else { SendClientMessage(playerid, COLOR_GRAD1,"You are not in Bus"); return 1; } } else { SendClientMessage(playerid, COLOR_GRAD1,"You are not a bus driver"); return 1; } } return 1; }
  2. Salut. Vreau si eu sa ma ajutati sa bag un radio in samp. Can playeri intra intr-o casa el sa porneasca, sau intr-o masina. Deci mai concret Radio in masini si in case. Va rog frumos sa imi dati si mie un FS ceva... va rog mult de tot.
  3. Salut. Am si eu o problema. Am GM eGammer. Si cand ii dau COMPILE, imi da aceste 4 probleme: C:\Documents and Settings\Ionut\Desktop\PowerBlue RolePlay\gamemodes\eGamer.pwn(63) : warning 201: redefinition of constant/macro (symbol "COLOR_OOC") C:\Documents and Settings\Ionut\Desktop\PowerBlue RolePlay\gamemodes\eGamer.pwn(747) : warning 201: redefinition of constant/macro (symbol "GREEN") C:\Documents and Settings\Ionut\Desktop\PowerBlue RolePlay\gamemodes\eGamer.pwn(748) : warning 201: redefinition of constant/macro (symbol "RED") C:\Documents and Settings\Ionut\Desktop\PowerBlue RolePlay\gamemodes\eGamer.pwn(45516) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 10616 bytes Code size: 1723592 bytes Data size: 11036756 bytes Stack/heap size: 16384 bytes; estimated max. usage=5266 cells (21064 bytes) Total requirements:12787348 bytes 4 Warnings. Multumesc.
  4. Salut. Ma ajutati si pe mine va rog frumos sa repar urmatoarele probleme: C:\Documents and Settings\Ionut\Desktop\Power_Blue\gamemodes\larp.pwn(28022) : warning 219: local variable "idcar" shadows a variable at a preceding level C:\Documents and Settings\Ionut\Desktop\Power_Blue\gamemodes\larp.pwn(53305) : error 017: undefined symbol "CreatedCars" C:\Documents and Settings\Ionut\Desktop\Power_Blue\gamemodes\larp.pwn(53305) : error 017: undefined symbol "CreatedCar" C:\Documents and Settings\Ionut\Desktop\Power_Blue\gamemodes\larp.pwn(53305) : error 029: invalid expression, assumed zero C:\Documents and Settings\Ionut\Desktop\Power_Blue\gamemodes\larp.pwn(53305) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. Va rog frumos.Multumesc.
  5. Nu este aceasta in Raven's asta de mi-ai dat-o if(PlayerInfo[playerid][pOrigin]
  6. Salut. Am si eu o intrebare. Cum fac in GM raven's sa nu ma mai spawneze de unde ies. Sa fac sa ma spawneze de la gara ls. Adica de ex. eu ma duc la pd in fata, dupaia ies, si intru iara ma spanweaza de unde am iesit:(. Ce sa fac sa ma spawneze de fiecare data cand intru pe server sa ma spawneze langa gara LS
×
×
  • 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.