26.12.2010, 14:56
Vocк pode perceber que no :
public OnRconLoginAttempt(ip[], password[], success)
Nгo tem nenhum "playerid"
Por isso no Undef... s..
Mais vocк pode colocar assim para criar o "pid"
public OnRconLoginAttempt(ip[], password[], success)
Nгo tem nenhum "playerid"
Por isso no Undef... s..
Mais vocк pode colocar assim para criar o "pid"
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
for(new i=0; i<MAX_PLAYERS; i++)
{
SetPlayerChatBubble(i,"Membro[LSD]", 0xF6F6F6AA, X,Y,Z, 99999);
return 1;
}
}