Jump to content

xblake

Membru
  • Posts

    32
  • Joined

  • Last visited

    Never

Posts posted by xblake

  1. Bun? seara SA-MP.ro. Am întâmpinat o problema la un GameMode. Când deschid consola stau câteva secunde dup? care se restarteaz?. Aici ave?i server log:

    ----------

    SA-MP Dedicated Server

    ----------------------

    v0.3d-R2, ©2005-2011 SA-MP Team

    [23:45:29] filterscripts = ""  (string)

    [23:45:29]

    [23:45:29] Server Plugins

    [23:45:29] --------------

    [23:45:29]  Loaded 0 plugins.

    [23:45:29]

    [23:45:29] Filterscripts

    [23:45:29] ---------------

    [23:45:29]  Loaded 0 filterscripts.

    [23:45:29] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()

    [23:45:29] Pickups Max = 100, Current Pickups = 142

    [23:45:29] 

    [23:45:29] 

    [23:45:29]  The Godfather: LS/SF

    [23:45:29] _____________________

    [23:45:29]  By: Fear & parts of Astro

    [23:45:29] 

    [23:45:29] Number of vehicle models: 83

    [23:45:42] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()

    [23:45:42] Pickups Max = 100, Current Pickups = 142

    [23:45:42] 

    [23:45:42] 

    [23:45:42]  The Godfather: LS/SF

    [23:45:42] _____________________

    [23:45:42]  By: Fear & parts of Astro

    [23:45:42] 

    [23:45:42] Number of vehicle models: 81

    [23:45:54] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()

    [23:45:54] Pickups Max = 100, Current Pickups = 142

    [23:45:54] 

    [23:45:54] 

    [23:45:54]  The Godfather: LS/SF

    [23:45:54] _____________________

    [23:45:54]  By: Fear & parts of Astro

    [23:45:54] 

    [23:45:54] Number of vehicle models: 81

    [23:45:57] --- Server Shutting Down.

  2. Salut, am o eroare de cateva zile cand incerc sa intru pe un server de samp  :undecided: si anume:

    Microsoft Visual C++ Runtime Library

    _______________________________

    RunTime Error !

    Program: D:/GTA SA/GTA SAN ANDREAS/gta_sa.exe

    This application has requested the Runtime to terminate it in an unusual way.

    Please contact the application's support team for more information.

    ________________________________

    Aveti vreo idee ?

    Am incercat sa reinstalez Gta, sa reinstalez samp-ul, sa "curat" pc-ul cu diferite programe, dar fara reusita.

    - Nu am moduri pe gta

    - S-a intamplat brusc, mi sa oprit calculatorul si cand lam pornit nu mai mergea sa intru pe svr de samp.

  3. Si daca am deja obiectul adaugat cum pot sal corectez ca sa mearga bine ca nu vreau sa sterg toate si sa le bag din nou :((

    De ex. acest obiect [pawn]MoveDynamicObject(lspddoor1, 244.0578,72.4314,1002.5406, 1.0);[/pawn]

  4. pune asta in gamemode [in afara unui public] si da-i un compile:

    strtok(const string[], &index)
    {
    	new length = strlen(string);
    	while ((index < length) && (string[index] <= ' '))
    	{
    		index++;
    	}
    
    	new offset = index;
    	new result[20];
    	while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
    	{
    		result[index - offset] = string[index];
    		index++;
    	}
    	result[index - offset] = EOS;
    	return result;
    }

    ar trebui sa mearga

    [pawn]C:\Documents and Settings\Aditza\Desktop\True-Zone Community\True-Zone SAMP\pawno\include\JunkBuster.inc(3248) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(16343) : error 017: undefined symbol "GetDistanceBetweenPlayers"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(43243) : error 017: undefined symbol "GetDistanceBetweenPlayers"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(43375) : error 017: undefined symbol "GetDistanceBetweenPlayers"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(43427) : error 017: undefined symbol "GetDistanceBetweenPlayers"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(46888) : error 017: undefined symbol "GetDistanceBetweenPlayers"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(50355) : warning 235: public function lacks forward declaration (symbol "CreditsHide")

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "COLOR_1RED"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Date"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "PlayerHasRobbedBank"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "PlayersOnline"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw0"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw10"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw11"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw2"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw4"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw5"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw6"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw7"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw8"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraw9"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect0"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect1"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect10"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect11"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect12"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect13"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect14"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect15"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect16"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect17"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect18"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect19"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect2"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect3"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect4"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect5"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect6"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect7"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect8"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "TextdrawConnect9"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdrawtrei"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraww0"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraww1"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdraww2"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Textdrawww3"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "Time2"

    C:\Documents and Settings\Aditza\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(51934) : warning 203: symbol is never used: "hesoyam"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    5 Errors.

    [/pawn]

  5. Buna ziua, nu ma ajutat nimeni pana acum asa ca am revenit cu un nou topic si sper sa va dati putin interesul.

    La compilarea GameMode-ului primesc de 26 de ori urmatoarele erori:

    [pawn]C:\Documents and Settings\Ady\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(20852) : error 017: undefined symbol "strtok"

    C:\Documents and Settings\Ady\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(20852) : error 033: array must be indexed (variable "tmp")[/pawn]

    Linia 20852 din GameMode se afla in comanda /pay. Aici aveti codul:

    [pawn]if(strcmp(cmd, "/pay", true) == 0)

    {

        if(IsPlayerConnected(playerid))

        {

    tmp = strtok(cmdtext, idx);

    if(!strlen(tmp))

    {

    SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /pay [playerid/PartOfName] [amount]");

    return 1;

    }

    //giveplayerid = strval(tmp);

            giveplayerid = ReturnUser(tmp);

    tmp = strtok(cmdtext, idx);

    if(!strlen(tmp))

    {

    SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /pay [playerid/PartOfName] [amount]");

    return 1;

    }

    moneys = strval(tmp);

    if(moneys > 1000 && PlayerInfo[playerid][pLevel] < 3)

    {

    SendClientMessage(playerid, COLOR_GRAD1, "You must be level 3 to pay over 1000");

    return 1;

    }

    if(moneys < 1 || moneys > 99999)

    {

        SendClientMessage(playerid, COLOR_GRAD1, "Dont go below 1, or above 99999 at once.");

        return 1;

    }

    if (IsPlayerConnected(giveplayerid))

    {

        if(giveplayerid != INVALID_PLAYER_ID)

        {

            if(PlayerInfo[giveplayerid][pLocal] == 106)

    {

    SendClientMessage(playerid, COLOR_GRAD1, "Command not allowed in this location");

    return 1;

    }

    if (ProxDetectorS(5.0, playerid, giveplayerid))

    {

    GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));

    GetPlayerName(playerid, sendername, sizeof(sendername));

    playermoney = GetPlayerMoney(playerid);

    if (moneys > 0 && playermoney >= moneys)

    {

        ConsumingMoney[giveplayerid] = 1;

    GivePlayerMoney(playerid, (0 - moneys));

    GivePlayerMoney(giveplayerid, moneys);

    format(string, sizeof(string), "You have sent %s(player: %d), $%d.", giveplayer,giveplayerid, moneys);

    PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);

    SendClientMessage(playerid, COLOR_GRAD1, string);

    format(string, sizeof(string), "You have recieved $%d from %s(player: %d).", moneys, sendername, playerid);

    SendClientMessage(giveplayerid, COLOR_GRAD1, string);

    format(string, sizeof(string), "%s has paid $%d to %s", sendername, moneys, giveplayer);

    PayLog(string);

    if(moneys >= 1000000)

    {

    ABroadCast(COLOR_YELLOW,string,1);

    }

    PlayerPlaySound(giveplayerid, 1052, 0.0, 0.0, 0.0);

    format(string, sizeof(string), "* %s takes out some cash, and hands it to %s.", sendername ,giveplayer);

    ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);

                                ApplyAnimation(playerid,"DEALER","shop_pay",4.1,0,0,0,0,0);

    }

    else

    {

    SendClientMessage(playerid, COLOR_GRAD1, "Invalid transaction amount.");

    }

    }

    else

    {

    SendClientMessage(playerid, COLOR_GRAD1, "Your too far away.");

    }

    }//invalid id

    }

    else

    {

    format(string, sizeof(string), "%d is not an active player.", giveplayerid);

    SendClientMessage(playerid, COLOR_GRAD1, string);

    }

    }

    return 1;

    }

    [/pawn]

    Includeurile necesare la compile sunt:

    [pawn]#include <a_samp>

    #include <core>

    #include <float>

    #include <time>

    #include <file>

    #include <utils>

    #include <morphinc>

    #include <streamer>

    #include <yom_buttons>

    #include <JunkBuster>[/pawn]

    Am compilat cu Pawno 0.3c folosind urmatoarele includeuri:

    (Download) => http://solidfiles.com/d/7316d/

    In GameMode la inceputul scriptului scrie acest mesaj:

    [pawn]////////////////////////////////////////////////////////////////

    /// ATENTION: THIS GM NEED A 0.3a PAWN            ///

    ///////////////////////////////////////////////////////////////[/pawn]

    Am incercat cu un pawno 0.3a primind tot 26 erori.

    Si serverul de cand lam luat era 0.3c R2...

    Astept raspunsul cuiva care chiar stie ce vorbeste.. si care m-ar putea ajuta sa solutionez problema pentru a putea deschide un server de samp. Nu doresc raspunsuri aiurea care nu ma ajuta cu nimic. Si va rog nu mai dati Lock topicului pana nu rezolv problema cum ati facut inainte. Multumesc pentru atentia acordata !

  6. Nu mai am problema cu GetDistanceBetweenPlayers dar am alta  :sad:

    Uite ce erori primesc la compile:

    [pawn]C:\Documents and Settings\Ady\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(20852) : error 017: undefined symbol "strtok"

    C:\Documents and Settings\Ady\Desktop\LinkLands powered by squiz\gamemodes\squiz.pwn(20852) : error 033: array must be indexed (variable "tmp")[/pawn]

    Aceste erori se repeta de 26 de ori.

    Ce pot face ? Mentionez am compilat cu Pawno 0.3c cu toate includeurile necesare.

  7. Salut. Am facut 2 case cu acelasi interior si a aparut o problema la ele.

    Prima casa = "x"

    A doua casa = "y"

    Intru in casa x, totu e ok merg toate comenzile, dar cand dau /exit ma da in fata casei y nu in fata casei x

    Si daca intra un jucator in casa y si unu in casa x cei doi se intalnesc in casa, desi sunt 2 case diferite (cu acelasi interior).

    Nu stiu cum se poate rezolva problema

    Stiam ceva de SetPlayerVirtualWorld(playerid, i) dar nu mai stiu unde trebuia pus.

    Stie careva ? Multumesc  :grin:

  8. Buna ziua tuturor. Am o problema, cand incerc sa compilez un GM imi da 26 de erori, dar nu gasesc motivul. Am toate include-urile necesare, nu am modificat nimic la el, dar tot nu merge. De curiozitate l-am intrebat pe cineva daca ii merge sa-l compileze si lui ia mers fara nici o eroare  :shocked: . Intrebarea este, eu de ce nu l-am putut compila si a putut ala din moment ce am compilat amandoi cu acelasi pawno si aceleasi include-uri ?

    Mai jos aveti erorile:

    C:\Documents and Settings\Ady\Desktop\ftrp\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
    C:\Documents and Settings\Ady\Desktop\ftrp\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(17301) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(17301) : error 033: array must be indexed (variable "cmd")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(17500) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(17500) : error 033: array must be indexed (variable "x_nr")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(17700) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(17700) : error 033: array must be indexed (variable "x_nr")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18087) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18087) : error 033: array must be indexed (variable "x_nr")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18141) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18141) : error 033: array must be indexed (variable "x_nr")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18195) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18195) : error 033: array must be indexed (variable "x_nr")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18258) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18258) : error 033: array must be indexed (variable "x_nr")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18317) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18317) : error 033: array must be indexed (variable "tmp")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18325) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18325) : error 033: array must be indexed (variable "tmp")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18400) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18400) : error 033: array must be indexed (variable "tmp")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18642) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18642) : error 033: array must be indexed (variable "tmp")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18675) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18675) : error 033: array must be indexed (variable "tmp")
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18708) : error 017: undefined symbol "strtok"
    C:\Documents and Settings\Ady\Desktop\ftrp\gamemodes\forteam.pwn(18708) : error 033: array must be indexed (variable "tmp")
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    26 Errors.
    

  9. Salut, am o intrebare.

    Am facut de curand factiunea Tow Car Company, care tracteaza masini si le duce intr-o parcare special amenajata, si masiniile fiind eliberate jucatorilor in schimbul unei taxe.

    Problema mea este urmatoarea:  Cand dau /rac  se respawneaza si toate masinile din parcarea Tow Car Company, astfel le revin masinile jucatorilor  si nu am rezolvat nimic.

    As dori sa stiu daca este posibil, si daca este posibil CUM as putea face ca masinile aflate intro anumita zona (area) sa nu se respawneze doar daca se afla in afara acelei zone.

    Mai jos aveti imaginea cu zona despre care va vorbesc

    As vrea sa fac un fel de ANTI-RESPAWN CARS in acea area

    http://img265.imageshack.us/img265/7417/sanandreasmapg.jpg

  10. Salut, am o problema la chat.

    Am gamemode-ul NVL (S-ZONE) , si cand ma inregistrez pe el  incerc sa scriu un cuvant pe chat si nu apare nimic.

    Am dat un relog, si dupaia mia mers chatul

    Dc nu a mers prima data ?

    Am incercat sa inlocuiesc if (realchat) ....    din acest GM cu unul care nu are probleme la chat, l-am inlocuit cu succes dar tot nu pot scrie dupa ce ma inregistrez.

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