[Ajuda] Usando NotePad++
#1

eae gente, meu server esta com 2 chaves erradas e disseram pra mim usar o Note Pad++ mas qdo eu coloko para copilar ele nao cria o .amx, exite outro progrma para resolver isso??
vlw!
Reply
#2

Vocк tem que configura-lу.
Atualmente existe um Tutorial do Lуs use o search.
Abraзos.
Reply
#3

mano, eu ja li e reli varios tutoriais, ja programei ele varias vezes, e nao copila! aparece:

Current directory: C:\Users\Rosimeri\Desktop\Brasil Vida de um Cidadгo\Pawno
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Usage: pawncc <filename> [filename...] [options]

Options:
-A<num> alignment in bytes of the data segment and the stack
-a output assembler code
-C[+/-] compact encoding for output file (default=+)
-c<name> codepage name or number; e.g. 1252 for Windows Latin-1
-Dpath active directory path
-d<num> debugging level (default=-d1)
0 no symbolic information, no run-time checks
1 run-time checks, no symbolic information
2 full debug information and dynamic checking
3 same as -d2, but implies -O0
-e<name> set name of error file (quiet compile)
-H<hwnd> window handle to send a notification message on finish
-i<name> path for include files
-l create list file (preprocess only)
-o<name> set base name of (P-code) output file
-O<num> optimization level (default=-O1)
0 no optimization
1 JIT-compatible optimizations only
2 full optimizations
-p<name> set name of "prefix" file
-r[name] write cross reference report to console or to specified file
-S<num> stack/heap size in cells (default=4096)
-s<num> skip lines from the input file
-t<num> TAB indent size (in character positions, default=
-v<num> verbosity level; 0=quiet, 1=normal, 2=verbose (default=1)
-w<num> disable a specific warning by its number
-X<num> abstract machine size limit in bytes
-XD<num> abstract machine data/stack size limit in bytes
-\ use '\' for escape characters
-^ use '^' for escape characters
-;[+/-] require a semicolon to end each statement (default=-)
-([+/-] require parantheses for function invocation (default=-)
sym=val define constant "sym" with value "val"
sym= define constant "sym" with value 0

Options may start with a dash or a slash; the options "-d0" and "/d0" are
equivalent.

Options with a value may optionally separate the value from the option letter
with a colon (":") or an equal sign ("="). That is, the options "-d0", "-d=0"
and "-d:0" are all equivalent.
================ READY ================
Reply
#4

ta ai у

http://forum.sa-mp.com/showthread.ph...hlight=notepad
Reply
#5

Quote:
Originally Posted by GoldLion
Посмотреть сообщение
mano, eu ja li e reli varios tutoriais, ja programei ele varias vezes, e nao copila! aparece:

Current directory: C:\Users\Rosimeri\Desktop\Brasil Vida de um Cidadгo\Pawno
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Usage: pawncc <filename> [filename...] [options]

Options:
-A<num> alignment in bytes of the data segment and the stack
-a output assembler code
-C[+/-] compact encoding for output file (default=+)
-c<name> codepage name or number; e.g. 1252 for Windows Latin-1
-Dpath active directory path
-d<num> debugging level (default=-d1)
0 no symbolic information, no run-time checks
1 run-time checks, no symbolic information
2 full debug information and dynamic checking
3 same as -d2, but implies -O0
-e<name> set name of error file (quiet compile)
-H<hwnd> window handle to send a notification message on finish
-i<name> path for include files
-l create list file (preprocess only)
-o<name> set base name of (P-code) output file
-O<num> optimization level (default=-O1)
0 no optimization
1 JIT-compatible optimizations only
2 full optimizations
-p<name> set name of "prefix" file
-r[name] write cross reference report to console or to specified file
-S<num> stack/heap size in cells (default=4096)
-s<num> skip lines from the input file
-t<num> TAB indent size (in character positions, default=
-v<num> verbosity level; 0=quiet, 1=normal, 2=verbose (default=1)
-w<num> disable a specific warning by its number
-X<num> abstract machine size limit in bytes
-XD<num> abstract machine data/stack size limit in bytes
-\ use '\' for escape characters
-^ use '^' for escape characters
-;[+/-] require a semicolon to end each statement (default=-)
-([+/-] require parantheses for function invocation (default=-)
sym=val define constant "sym" with value "val"
sym= define constant "sym" with value 0

Options may start with a dash or a slash; the options "-d0" and "/d0" are
equivalent.

Options with a value may optionally separate the value from the option letter
with a colon (":") or an equal sign ("="). That is, the options "-d0", "-d=0"
and "-d:0" are all equivalent.
================ READY ================
Use: [pawn*][/pawn*] - sem os asteriscos.
Reply
#6

aaee copilo, maaas aparece que "Pawn Compiler libary parou de funcionar" dentro do NotePad++ e o .amx nao funciona :S sao as malditas "chaves"
Reply
#7

Eu usei o Notepad ++ e й bom. Porem ainda prefiro o Internus Pawn Editor.
Troquei a cor das chaves pra vermelho, o que deixa bem mais difнcil eu esquecer alguma... #Experimente.
Reply
#8

Isso estб certo?

if(dialogid == 6739){
if(response == 1){
if(listitem == 0){
new string2[256];
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
format(string, sizeof(string), "/Clans/clan%d.ini", dini_Int(file, "Clan"));
if(dini_Int(string, "TMembro2") == 1){
format(string2, sizeof(string2), "* Vocк expulsou %s do clan!", dini_Get(string, "Membro2"));
format(file2, sizeof(file2), PASTA_CONTAS, dini_Get(string, "Membro2"));
SendClientMessage(playerid, Verde, string2);
dini_IntSet(file2, "TClan", 0);
dini_IntSet(file2, "Clan", 0);
dini_IntSet(string, "TMembro2", 0);
dini_Set(string, "Membro2", "Convidar");
} else {
ShowPlayerDialog(playerid,6740 , DIALOG_STYLE_INPUT, "Convidar Membro", "Digite o ID do player a ser convidado:", "Convidar", "Cancelar");
memb[dini_Int(file, "Clan")] = 2;
}
}
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)