Jump to content
  • 0

pomoc Začínám s pawnem a nerozumim ničemu (pls help)


Sweet

Dotaz

Zdar lidi

Vlastnim server jmenem [CZ/SK] Twentist Server s modem RZE 7.4

Ale chtel bych si zalozit vlastni game mode

Chtel bych aby to bylo neco jako Counter Strike

Kdyby se mi povedlo udelat game mode neco jako Counter Strike v cestine tak bych si server prejmenoval na Counter Strike Cz and Sk

Ale potrebuju poradit jak se s pawnem vubec dela

Priznam se ze o tom nwm vubec nic

Poradte mi pls co je napriklad:

#include

OnFilterScriptInit

OnFilterScriptExit

OnPlayerRequestClass

a tak dale....

Budu delat na modu treba rok, to je jedno ale chtel bych ho vytvorit

A tak vas pls zadam jestli byste mi vysvetlili uplne zacatky, co mam napr. udelat hned co zapnu PAWNO

Diky za pomoc

SweetCZ

Link to comment
Share on other sites

8 odpovědí na tuto otázku

Recommended Posts

  • 0

heh staci hledat navody nebo si najdi .pwn neakyho modu a prohlidni si jak to funguje :d

kdyz chces delat mod tak odstan to

#if defined FILTERSCRIPT

 

public OnFilterScriptInit()

{

print("\n--------------------------------------");

print(" Blank Filterscript by your name here");

print("--------------------------------------\n");

return 1;

}

 

public OnFilterScriptExit()

{

return 1;

}

 

#else

 

main()

{

print("\n----------------------------------");

print(" Blank Gamemode by your name here");

print("----------------------------------\n");

}

 

#endif

To je totiz pro to kdyz delas FS :d

Link to comment
Share on other sites

  • 0
heh staci hledat navody nebo si najdi .pwn neakyho modu a prohlidni si jak to funguje :d

kdyz chces delat mod tak odstan to

#if defined FILTERSCRIPT

 

public OnFilterScriptInit()

{

print("\n--------------------------------------");

print(" Blank Filterscript by your name here");

print("--------------------------------------\n");

return 1;

}

 

public OnFilterScriptExit()

{

return 1;

}

 

#else

 

main()

{

print("\n----------------------------------");

print(" Blank Gamemode by your name here");

print("----------------------------------\n");

}

 

#endif

To je totiz pro to kdyz delas FS :d

Diky moc to se mi hodi :)

Link to comment
Share on other sites

  • 0

Pokud mas skype napis mi SZ poslu ti dyztak neco :d pokud nevis ani jak se davaj do modu auta tak tady: http://gta.cz/mp/clanek/sa-mp-navody-ak ... ta-privesy" onclick="window.open(this.href);return false; :d

a ty znas pato9841? ja ho mam ve skypu a ma v podpisu tvuj server :d

Link to comment
Share on other sites

  • 0

Pokud nechapes CallBacky, tak jdi do sekce navody, a tam dal avest-x TuT.

Ten tut je připíchlí, takže je někde nahoře.

 

CallBack je například OnPlayerConnect

Link to comment
Share on other sites

  • 0
heh staci hledat navody nebo si najdi .pwn neakyho modu a prohlidni si jak to funguje :d

kdyz chces delat mod tak odstan to

#if defined FILTERSCRIPT

 

public OnFilterScriptInit()

{

print("\n--------------------------------------");

print(" Blank Filterscript by your name here");

print("--------------------------------------\n");

return 1;

}

 

public OnFilterScriptExit()

{

return 1;

}

 

#else

 

main()

{

print("\n----------------------------------");

print(" Blank Gamemode by your name here");

print("----------------------------------\n");

}

 

#endif

To je totiz pro to kdyz delas FS :d

Teraz si napisal taku chujovinu že to neni až penkne .... vôbec to nemusi odjebavať ...

#if defined FILTERSCRIPT - ak je nadefinovany FS

hned prvý riadok:

// This is a comment

// uncomment the line below if you want to write a filterscript

//#define FILTERSCRIPT

 

piše sa tam

// uncomment the line below if you want to write a filterscript

/ / Odkomentovat riadok nižšie, ak chcete písať filterscript

Link to comment
Share on other sites

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