21.02.2013, 17:15
bueno mi textdraw de logueo se queda al spawnear paso el public:
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
new npcname[MAX_PLAYER_NAME];
GetPlayerName(playerid, npcname, sizeof(npcname));
RequestNPCLoad(playerid,npcname);
return 1;
}
StopAudioStreamForPlayer(playerid);
SetPlayerStats(playerid);
TextDrawShowForPlayer(playerid, Textdraw0);
TextDrawShowForPlayer(playerid, Textdraw1);
TextDrawHideForPlayer(playerid, Film_1);
TextDrawHideForPlayer(playerid, Film_2);
TextDrawHideForPlayer(playerid, Subtitle);
TextDrawHideForPlayer(playerid, Title);
TextDrawHideForPlayer(playerid, Version);
TextDrawHideForPlayer(playerid, Foro); ((( ESTOS SON LOS TEXTDRAWS QUE VEN EN IMAGEN ))
TextDrawHideForPlayer(playerid, TS3);
TextDrawHideForPlayer(playerid, Info);
TextDrawHideForPlayer(playerid, IPTS3);
TextDrawHideForPlayer(playerid, Pagina);
TextDrawShowForPlayer(playerid, Ciudad);
TextDrawShowForPlayer(playerid, Prohibid);
if(PlayerInfo[playerid][pPcarkey] != 9999)
{
// UNA SS:
public OnPlayerSpawn(playerid)
{
if(IsPlayerNPC(playerid))
{
new npcname[MAX_PLAYER_NAME];
GetPlayerName(playerid, npcname, sizeof(npcname));
RequestNPCLoad(playerid,npcname);
return 1;
}
StopAudioStreamForPlayer(playerid);
SetPlayerStats(playerid);
TextDrawShowForPlayer(playerid, Textdraw0);
TextDrawShowForPlayer(playerid, Textdraw1);
TextDrawHideForPlayer(playerid, Film_1);
TextDrawHideForPlayer(playerid, Film_2);
TextDrawHideForPlayer(playerid, Subtitle);
TextDrawHideForPlayer(playerid, Title);
TextDrawHideForPlayer(playerid, Version);
TextDrawHideForPlayer(playerid, Foro); ((( ESTOS SON LOS TEXTDRAWS QUE VEN EN IMAGEN ))
TextDrawHideForPlayer(playerid, TS3);
TextDrawHideForPlayer(playerid, Info);
TextDrawHideForPlayer(playerid, IPTS3);
TextDrawHideForPlayer(playerid, Pagina);
TextDrawShowForPlayer(playerid, Ciudad);
TextDrawShowForPlayer(playerid, Prohibid);
if(PlayerInfo[playerid][pPcarkey] != 9999)
{
// UNA SS:
![](http://i45.tinypic.com/34hcjs7.png)