Pregunta Al elejir los personajes
#5

Quote:
Originally Posted by //~Juam
Utiliza:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  //----
  new Float:Skin;
  Skin = GetPlayerSkin(playerid);
  if(Skin(playerid) == [ID del skin sin "[]"])
  {
     TextDrawShowForPlayer(playerid,Textdraw0);
  }
return 1;
}
y...

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
  TextDrawHideForPlayer(playerid,Textdraw0);
  return 1;
}
Salu2 y suerte
Muchas gracias pero porque me salen estos errores?
Код:
C:\Documents and Settings\Master Pro\Escritorio\Server e.e\gamemodes\[TDM2].pwn(171) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Master Pro\Escritorio\Server e.e\gamemodes\[TDM2].pwn(171) : warning 215: expression has no effect
C:\Documents and Settings\Master Pro\Escritorio\Server e.e\gamemodes\[TDM2].pwn(171) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Master Pro\Escritorio\Server e.e\gamemodes\[TDM2].pwn(171) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Master Pro\Escritorio\Server e.e\gamemodes\[TDM2].pwn(171) : fatal error 107: too many error messages on one line

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


4 Errors.
Reply


Messages In This Thread
Pregunta Al elejir los personajes - by Master[Pro] - 21.05.2010, 21:09
Re: Pregunta Al elejir los personajes - by [TBB]Darkness - 21.05.2010, 22:27
Re: Pregunta Al elejir los personajes - by Master[Pro] - 22.05.2010, 00:36
Re: Pregunta Al elejir los personajes - by Sandman-x - 22.05.2010, 01:01
Re: Pregunta Al elejir los personajes - by Master[Pro] - 22.05.2010, 02:03
Re: Pregunta Al elejir los personajes - by Sandman-x - 22.05.2010, 02:28
Re: Pregunta Al elejir los personajes - by Master[Pro] - 22.05.2010, 14:50
Re: Pregunta Al elejir los personajes - by Sandman-x - 22.05.2010, 16:48

Forum Jump:


Users browsing this thread: 1 Guest(s)