Jump to content

Recommended Posts

Posted (edited)

Problema intalnita (descriere): Am incercat sa adaug un nou sistem de bus-uri in server-ul meu,dar botii(creat de npc-uri cred) nu se spawneaza,adica stau mereu la mijlocul hartii,desii intr-un gm normal(cum ar fii grand lacerny,unde l-am testat prima oara) merge perfect.
Ero(area / rile) / warning-(ul / urile):FS-ul nu are niciun fel de warning,e "impecabil"
Liniile de cod / sursa / script-ul(obligatoriu): http://pastebin.com/EwNsvz0C
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Da... .Am incercat sa modific aceste line-uri in gm-ul principal :

    if(gPlayerLogged[playerid] == 0)
    {
        SendClientMessage(playerid, COLOR_LIGHTRED, "** This server requires a Login BEFORE spawn (Kicked) **");
        Kick(playerid);
        return 1;

La:

if(gPlayerLogged[playerid] == 0 && !IsPlayerNPC(playerid))

 

Multumesc,

Edited by rpg

giphy.gif.418e22646746f7065f229917bd9fae15.gif

Posted

Vezi si tu da-l spawneaza sau pune-l sa-l spawneze direct dupa ce il conecteaza

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

Posted (edited)
On 11/13/2016 at 1:26 PM, Gireada said:

Vezi si tu da-l spawneaza sau pune-l sa-l spawneze direct dupa ce il conecteaza

Am rezolvat problema,mersi oricum!(a durat ceva...dar a meritat)

Edited by rpg

giphy.gif.418e22646746f7065f229917bd9fae15.gif

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.