[Ajuda] Em retirar sistema
#4

Quote:
Originally Posted by AFerreira
Посмотреть сообщение
Se vocк usa-se um gamemode que vocк domina completamente, vocк iria saber aonde e o que retirar.
Atй o autor do GF diz que esse gamemode nгo й para iniciantes...

Mas, vб lendo o GM linha por linha e o que estiver relacionado a pesca e comida vocк substitui por um comentбrio com '//' na frente da linha.
Ex:
pawn Код:
new Pescando[MAX_PLAYERS];
//new Pescando[MAX_PLAYERS];
O Seu Modo demora mais.
Caso ele for retirar os 2 eu aconselho usar
pawn Код:
*/
Porque se ele utilizar
pawn Код:
//
ira demorar muito mais.
Mas nгo ta errado, utilizar
pawn Код:
//
quando й poucas linhas.
caso contrario use
pawn Код:
/*
Ex:

pawn Код:
/*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");
}*/
caso use o do Aferreira ficaria assim :

pawn Код:
//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");
//}
Reply


Messages In This Thread
[Ajuda] Em retirar sistema - by Urubu_Rei - 08.05.2012, 23:40
Re: [Ajuda] Em retirar sistema - by AmericanStyle'™ - 08.05.2012, 23:41
Re: [Ajuda] Em retirar sistema - by Abravanel - 08.05.2012, 23:44
Re: [Ajuda] Em retirar sistema - by AmericanStyle'™ - 08.05.2012, 23:51
Re: [Ajuda] Em retirar sistema - by Abravanel - 08.05.2012, 23:52
Re: [Ajuda] Em retirar sistema - by tonisantolia - 09.05.2012, 02:51
Re: [Ajuda] Em retirar sistema - by Caio_Freeze - 09.05.2012, 03:44

Forum Jump:


Users browsing this thread: 2 Guest(s)