[AJUDA]AFF olhem por favor responde alguem ae
#1

aff to ficando loco poxa
eu nunca vi cash no 0.3a em nem um server

o meu nгo tava dando cash ae eu adicionei uns novos objects e comeзo a da cash й logo no comeзo nгo sei se й por causa do meu game mode ele tha dando 2 warnings que eu nгo subi resolve

pawn Код:
C:\DOCUME~1\bruck\Desktop\sb1.pwn(5737) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
C:\DOCUME~1\bruck\Desktop\sb1.pwn(5759) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.

ae os wanings

e as linhas que ta dando esses warnings й

pawn Код:
public OnPlayerConnect(playerid)
{
  new PlayerName[MAX_PLAYER_NAME];//linha do warning
  new string[48];
  GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
  format(string, sizeof(string), "%s entrou no servidor.", PlayerName);
  SendClientMessageToAll(COLOR_RED, string);
  SendClientMessage(playerid, COR_AZULNEUTRO, "-------------------------------------------------------------------------------- ");
  SendClientMessage(playerid, COR_VERDECLARO, "Bem-vindo ao Servidor De Stunts Mode v2.1");
  SendClientMessage(playerid, COR_ROSA, "Para ajuda inicial digite: /ajuda ");
  SendClientMessage(playerid, COR_LARANJA, "Para conseguir veнculos digite: /estacionamento ");
  SendClientMessage(playerid, COR_VERDE, "Para ver os comandos de sexo digite: /hotcaffe ");
  SendClientMessage(playerid, COR_VERMELHO2, "Para ver os comandos de gang digite: /gang");
  SendClientMessage(playerid, COR_VERDECLARO, "Veja quem fez esse gm: /creditos");
  SendClientMessage(playerid, COR_ROSA, "Para ver mais comandos digite /comandos");
  SendClientMessage(playerid, COR_AZULNEUTRO, "-------------------------------------------------------------------------------- ");
  ApplyAnimation(playerid,"PARK","Tai_Chi_Loop",4.0,1,0,0,0,0);
  InShamal[playerid] = 0;
  return 1;
}
e o outro

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
  Object_OnPlayerDisconnect(playerid, reason);
  new PlayerName[MAX_PLAYER_NAME];//linha do warning
  new string[56];
  GetPlayerName(playerid, PlayerName, sizeof(PlayerName));

  switch(reason)
  {
    case 0: format(string, sizeof(string), "%s saiu do servidor. (Problema de conexгo)", PlayerName);
    case 1: format(string, sizeof(string), "%s saiu do servidor. (Conta prуpria)", PlayerName);
    case 2: format(string, sizeof(string), "%s saiu do servidor. (Kickado/Banido)", PlayerName);
  }
  SendClientMessageToAll(COLOR_RED, string);
  return 1;
}
valeu se voces suberem o que й por favor me ajudem

nгo reparem o portugues escrevo muito rapido e por istu erro algumas palavras
Reply


Messages In This Thread
[AJUDA]AFF olhem por favor responde alguem ae - by irffri1234 - 21.03.2010, 01:32
Re: [AJUDA]AFF olhem por favor - by marcio147 - 21.03.2010, 01:46
Re: [AJUDA]AFF olhem por favor - by irffri1234 - 21.03.2010, 01:53
Re: [AJUDA]AFF olhem por favor - by irffri1234 - 21.03.2010, 02:10
Re: [AJUDA]AFF olhem por favor - by DarkFinderX - 21.03.2010, 02:16
Re: [AJUDA]AFF olhem por favor - by irffri1234 - 21.03.2010, 02:19
Re: [AJUDA]AFF olhem por favor responde alguem ae - by irffri1234 - 21.03.2010, 02:35
Re: [AJUDA]AFF olhem por favor responde alguem ae - by OxygenBR - 21.03.2010, 12:27
Re: [AJUDA]AFF olhem por favor responde alguem ae - by Poderoso Chefгo - 21.03.2010, 15:28
Re: [AJUDA]AFF olhem por favor responde alguem ae - by xolp25 - 21.03.2010, 17:04

Forum Jump:


Users browsing this thread: 3 Guest(s)