Jump to content

eXtreMe96

Membru
  • Posts

    313
  • Joined

  • Last visited

    Never

Posts posted by eXtreMe96

  1. Am uitat sa pun definitul New of ce chior sunt dar apropo nu inteleg pentrucei semnul ! exklamari

    if(VVehicle[playerid] ! = 0)  
    aicea cu el imi da 4 errori dar fara el 1 warn Xd fara el
    D:\????? ????? (3)\gamemodes\SGM.pwn(2559) : warning 211: possibly unintended assignment
    cu el
    D:\????? ????? (3)\gamemodes\SGM.pwn(2559) : error 001: expected token: ")", but found "!"
    D:\????? ????? (3)\gamemodes\SGM.pwn(2559) : error 029: invalid expression, assumed zero
    D:\????? ????? (3)\gamemodes\SGM.pwn(2559) : warning 215: expression has no effect
    D:\????? ????? (3)\gamemodes\SGM.pwn(2559) : error 001: expected token: ";", but found ")"
    D:\????? ????? (3)\gamemodes\SGM.pwn(2559) : fatal error 107: too many error messages on one line
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    4 Errors.
    [code]

  2. D:\????? ????? (3)\gamemodes\SGM.pwn(529) : error 017: undefined symbol "VVehicle"
    D:\????? ????? (3)\gamemodes\SGM.pwn(529) : error 017: undefined symbol "i"
    D:\????? ????? (3)\gamemodes\SGM.pwn(529) : error 029: invalid expression, assumed zero
    D:\????? ????? (3)\gamemodes\SGM.pwn(529) : fatal error 107: too many error messages on one line
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    4 Errors.
    

    Rindul 529  for(new i;i<MAX_PLAYERS;i++) VVehicle = 0;

  3. Nustiu credca nu scriu unde tebuie dar am cautat peste tot si nu am gasit unde sa scriu Am un codat pe serer problema ca are ip dinamic isi stinge si aprinde modul si intra dinou pe server iam dat ban si pe nick isi shimba nickul si intra iara va rog frumos imi puteti spune cum scap de el ori e inposibil

  4. Folosesc pe server 3dtexturi cind te teleportezi sa scrie jos numele la teleport asa la fiecare teleport din cauza ca numi arata toate 3dtexturile ca sunt prea multe am download un stremaer Streamer plugin 2.5 Am inlocuit numele la 3dtexturi din CreateDTextLabel in CreateDynamic3DTextLabel si am adaugat in mode linia cu include <streamer>

    numi da nici o eroare dar acum numi arata nici un 3dtex care ar fi problema cum so rezolv?

  5. Am gasit un sistem de death match pe intenet dar are un minus daca sunt in zona de dm ma pot teleporta unde nar fi comanda de iesire e asa

    if(!strcmp(cmdtext,"/QDm",true)) // Dm ????? ???? ???????
    	{
    		if(DM[playerid] == 0) return SendClientMessage(playerid,0xFF0000FF,"You no in DeathMatch-Z");
    		DM[playerid] = 0;
    		SetPlayerVirtualWorld(playerid,0);
    		PlayerPlaySound(playerid,1085,0.0,0.0,0.0);
    		ResetPlayerWeapons(playerid);
    		SetPlayerHealth(playerid,0);
    		SendClientMessage(playerid,0x7CFC00AA,"Quit DeathMatch-Z");
    
    
    return 1;
    }

    cum so modific ca sa nu ma pot teleporta in timpul dm

×
×
  • 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.