10.09.2013, 22:40
acontece erro de PlayerName dps que eu boto isso
Dialog inteiro
Obs sгo 26 erro so botei 1 pra nao fica muita coisa
pawn Код:
Player[playerid][Senha] = DOF2_GetInt(arquivo, "Senha");
pawn Код:
if(strval(inputtext) == Player[playerid][Senha])
pawn Код:
if(dialogid == DIALOG_LOGAR) // Locais
{
if(response)
{
Player[playerid][Senha] = DOF2_GetInt(arquivo, "Senha");
if(strval(inputtext) == Player[playerid][Senha])
{
if(listitem == 0) // Ponto 1
{
SpawnPlayer(playerid);
SetPlayerPos(playerid, -1606.3955,675.6603,-5.2422);
Ponto1[playerid] = 1;
new str[80],pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(str, sizeof(str),"SERVER: Bem Vindo Voce Escolheu Ser Policial %s!",pName);
SendClientMessage(playerid, COR_SERVER, str);
}
if(listitem == 1) // Ponto 2
{
SpawnPlayer(playerid);
SetPlayerPos(playerid, 2532.0879,-966.4776,81.9862);
Ponto2[playerid] = 1;
new str[80],pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(str, sizeof(str),"SERVER: Bem Vindo Escolheu Ser Traficante %s!",pName);
SendClientMessage(playerid, COR_SERVER, str);
}
}
}
pawn Код:
C:\Documents and Settings\Conviidado.AKINAS-E30DEFCE\Desktop\TRF_x_PM.pwn(261) : error 017: undefined symbol "PlayerName"