Jump to content

scritian

Membru
  • Posts

    9
  • Joined

  • Last visited

    Never

scritian's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. scritian

    /rac

    Buna ma ajutati va fac comanda /rac sa fie in 10 secunde ? [pawn] if(strcmp(cmd, "/respawnallcars", true) == 0 || strcmp(cmd, "/rac", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] <= 1337) { SendClientMessage(playerid, COLOR_GRAD1, "Nu esti autorizat sa folosesti aceasta comanda !"); return 1; } new bool:unwanted[CAR_SUMA]; for(new player=0; player<MAX_PLAYERS; player++) { if(IsPlayerInAnyVehicle(player)) { unwanted[GetPlayerVehicleID(player)]=true; } } for(new car = 1; car <= 268; car++) { if(!unwanted[car]) SetVehicleToRespawn(car); } GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "%s a respawnat toate masinile de pe server", sendername); SendClientMessageToAll(COLOR_RED,string); } return 1; }[/pawn] Nimeni ??
  2. scritian

    Erroare

    Am deschis cu pawno gamemodeul si tot eroare da datimi ad la id: scritian
  3. scritian

    Erroare

    lam pus si tot erroare da!
  4. scritian

    Erroare

    am scris si tot eroarea aia imi da
  5. scritian

    Erroare

    lam pus si tot asa scrie
  6. scritian

    Erroare

    [pawn]C:\Users\Cristi\Desktop\DCS RPG v1.0b\gamemodes\MSGZ2.pwn(13) : fatal error 100: cannot read from file: "samc" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.[/pawn] Am downloadat http://solidcdn.net/files/339f/samc.inc dar tot asa imi scrie!
  7. salut, unde adaug [pawn]SendRconCommand("loadfs carownership");[/pawn] iti puteti face voi scriptu sa fie si cu SendRconCommand("loadfs carownership"); ? scriptu este urmatoru: [pawn]//------------------------------------------------------------------------------------------------------ public OnGameModeInit() { new string[MAX_PLAYER_NAME]; new string1[MAX_PLAYER_NAME]; ShowPlayerMarkers(1); EnableStuntBonusForAll( false ); for(new c=0;c<CAR_AMOUNT;c++) { Gas[c] = GasMax; } PlayersOnline = 0; for(new i = 0; i < GetMaxPlayers(); i++) { if(IsPlayerConnected(i)) { PlayersOnline+=1; } } //============================================================================[/pawn] Si mai o problema cand dau restart imi dispar masinile personale //am rezolvat filescriptul dar de ce dupa restart masinile personale devin normale?
×
×
  • 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.