21.03.2010, 01:32
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
ae os wanings
e as linhas que ta dando esses warnings й
e o outro
valeu se voces suberem o que й por favor me ajudem
nгo reparem o portugues escrevo muito rapido e por istu erro algumas palavras
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;
}
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;
}
nгo reparem o portugues escrevo muito rapido e por istu erro algumas palavras