SA-MP Forums Archive
[AYUDA] Server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [AYUDA] Server (/showthread.php?tid=226493)



[AYUDA] Server - Nanito - 15.02.2011

miren , yo he creado mi server en pwn (pawno)y luego no lo puedo abrir porque no tengo el archivo amx

la pregunta es...
Como creo el archivo amx ? porfabor respondame rapido esque.... soy nuevo en esto


Respuesta: [AYUDA] Server - Nanito - 15.02.2011

Perdon por el 2 post , pero necesito una ayudita rapida D:


Respuesta: [AYUDA] Server - TheChaoz - 15.02.2011

tenes que compilar el .pwn
build=>compile
o F5


Re: Respuesta: [AYUDA] Server - CristianTdj - 15.02.2011

Quote:
Originally Posted by the_chaoz
Посмотреть сообщение
tenes que compilar el .pwn
build=>compile
o F5
O darle al icono de compilar, hay dos, la flechita azul y la 'mini ddos'.


Respuesta: [AYUDA] Server - leaNN! - 15.02.2011

Creo qe si aprieta F5 le va a ser mas simple xD


Respuesta: [AYUDA] Server - Nanito - 15.02.2011

pero me sale esto
C:\Documents and Settings\Administrador\Escritorio\Codes,servers,pa wno\MasterZ\MasterZ2.pwn(89) : error 017: undefined symbol "ClaseDeJugador"
C:\Documents and Settings\Administrador\Escritorio\Codes,servers,pa wno\MasterZ\MasterZ2.pwn(89) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Escritorio\Codes,servers,pa wno\MasterZ\MasterZ2.pwn(89) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Administrador\Escritorio\Codes,servers,pa wno\MasterZ\MasterZ2.pwn(89) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrador\Escritorio\Codes,servers,pa wno\MasterZ\MasterZ2.pwn(89) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.


Respuesta: [AYUDA] Server - benjas09 - 15.02.2011

pasa las lineas de los errores
sin ellas no podemos ayudarte en nada...


Re: [AYUDA] Server - TiNcH010 - 15.02.2011

Pasanos la linea 89 !


Respuesta: [AYUDA] Server - Nanito - 15.02.2011

Ok,
Primera linea del error
PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
ClaseDeJugador[playerid] = classid;

    switch (
classid)
    { 



Respuesta: [AYUDA] Server - Lunnatiicz - 15.02.2011

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    new ClaseDeJugador[MAX_PLAYERS];
    ClaseDeJugador[playerid] = classid;

    switch (classid)
    {
Quote:

Usa las etiquetas "pawn"/pawn" para los codigos obviamente sin " y con corchetes [