Jump to content

Cerere Tutorial mapa server


AlexSamp

Recommended Posts

Descriere tutorial:Deci nu le am cu script deloc dar vreau sa pun toate mapele mele pe sv localhost doar ca sa le am acolo si am cautat multe tutoriale am facut la fel dar nush dc nu a iesit imi spuneau sa bag la OnGameModeInit am facut asa am dat f6 am salvat in fs nik asa era tutorialu app eu lucrez in map editor nu mta

 
Link to comment
Share on other sites

In Filterscript-ul tau ai OnFilterScriptInit(). Acolo trebuie sa adaugi tu obiectele.

 

De exemplu tu ai

[pawn]
public OnFilterScriptInit()
{
    print("n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------n");
    return 1;
}
[/pawn]

 

obiectele trebuie adaugate aici

 

[pawn]
public OnFilterScriptInit()
{
    print("n--------------------------------------");
    print(" Blank Filterscript by your name here");
    print("--------------------------------------n");

    // Adauga obiectele aici.

    return 1;
}

[/pawn]
 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.