Me ajuda respawn no hospital ??
#1

Oi, quando alguem morre no meu servidor samp RPG aparece <<<< >>>> Spawn, eles nгo vao para o hospital alguem me ajude pf ?

public OnPlayerDeath(playerid, killerid, reason)
{
SendDeathMessage(killerid,playerid,reason);
new kname[MAX_PLAYER_NAME];
GetPlayerName(killerid, kname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, kname);
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
GameTextForPlayer(playerid,"~r~voce morreu..", 2500, 5);
dini_IntSet(file, "usoudroga", 1);
TextDrawShowForPlayer(playerid, topblack);
TextDrawShowForPlayer(playerid, bottomblack);
algemado[playerid] = 0;
GPS_Spawned[playerid] = 0;
autoescola[playerid] = 0;
sequestro[playerid] = 0;
prefls[playerid] = 0;
prefsf[playerid] = 0;
preflv[playerid] = 0;
nobarls[playerid] = 0;
nobarsf[playerid] = 0;
nobarlv[playerid] = 0;
nobarfc[playerid] = 0;
nautlls[playerid] = 0;
dini_IntSet(file, "convitent", 0);
dini_IntSet(file, "Entrevista", 0);
dini_IntSet(file2, "DM", 1);
SetPlayerWantedLevel(killerid, 1);
dini_IntSet(file, "usoudroga", 0);
if(GetClosestHospital(playerid) == 0){
SetSpawnInfo(playerid,1,dini_Int(file, "Skin"),-2651.6501, 634.4510, 14.4531, 180.0000, 0, 0, 0, 0, 0, 0);
}
else if(GetClosestHospital(playerid) == 1){
SetSpawnInfo(playerid,1,dini_Int(file, "Skin"),1173.5842,-1324.5615,15.1953,278.4624,0,0,0,0,0,0);
}
else if(GetClosestHospital(playerid) == 2){
SetSpawnInfo(playerid,1,dini_Int(file, "Skin"),2031.9415,-1404.3578,17.2614,165.8180,0,0,0,0,0,0);
}
else if(GetClosestHospital(playerid) == 3){
SetSpawnInfo(playerid,1,dini_Int(file, "Skin"),1582.5615,1768.7921,10.8203,93.7454,0,0,0, 0,0,0);
}
if(DMlb == 1){
new string[256];
format(string, sizeof(string), "(INFO) O jogador %s nгo foi preso porque o DM estava liberado!",kname);
SendClientMessageToAll(msgdm3, string);
return 1;
}
if(dini_Int(file, "Preso") == 1){
SetPlayerPos(playerid, 263.8820,77.4002,1001.0391);
SetPlayerInterior(playerid, 6);
SetPlayerHealth(playerid,99999);
ResetPlayerWeapons(playerid);
TogglePlayerControllable(playerid, 1);
SendClientMessage(playerid, msgdm, "(INFO) Vocк estб preso, para ser solto consulte um advogado ou pague fianзa pelo saldo bancario. /fianca");
preso[playerid] = 1;
dini_IntSet(file2, "ofmaconha", 0);
dini_IntSet(file2, "ofcocaina", 0);
dini_IntSet(file2, "ofcrack", 0);
dini_IntSet(file, "usoudroga", 0);
dini_IntSet(file, "tmaconha", 0);
dini_IntSet(file, "tcrack", 0);
dini_IntSet(file, "tcocaina", 0);
dini_IntSet(file, "Maconha", 0);
dini_IntSet(file, "Crack", 0);
dini_IntSet(file, "Cocaina", 0);
}
Reply
#2

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
SpawnPlayer(playerid);
    return 
0;

Reply
#3

Quote:
Originally Posted by Juniiro3
Посмотреть сообщение
PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
SpawnPlayer(playerid);
    return 
0;

desculpa mais onde eu coloco isso ? sou nuba com essas coisas
Reply
#4

Procura essa public com ctrl + f e poem isso que eu postei.
Reply
#5

pawn Код:
public OnPlayerRequestClass(playerid, classid)
Procure por essa public, se jб tiver apenas coloque a funзгo
pawn Код:
SpawnPlayer(playerid);
.
Se nгo tiver coloque oque o Juniiro3 postou no final do seu GM.
Reply
#6

oi olha oqe deu

C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3223) : error 021: symbol already defined: "GetPlayerName"
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3227) : error 021: symbol already defined: "ShowPlayerDialog"
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3235) : error 010: invalid function or declaration
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3285) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3522) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3563) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(364 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3796) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3921) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(3935) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(4091) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(5105) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(5225) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(5953) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(5965) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6026) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6086) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6136) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6167) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6210) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6229) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6253) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6277) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6297) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6432) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(644 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6462) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6495) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6524) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6552) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6579) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6592) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6624) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6651) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6663) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6674) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6794) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6805) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6845) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6884) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6922) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6956) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(6984) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7011) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7029) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7056) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7094) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7121) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(714 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7185) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7221) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7249) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7296) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7322) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7351) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7364) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7397) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7426) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7442) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7467) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7513) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7612) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7642) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7686) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7716) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7756) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7796) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7833) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7872) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7900) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7929) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(7957) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8043) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8112) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8134) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8156) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8166) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8257) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8274) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(828 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8301) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8316) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8345) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8381) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8417) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8455) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8486) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8514) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8532) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8553) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8569) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8582) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8596) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8612) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8629) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8647) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8664) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8681) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8776) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(879 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8817) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8845) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8864) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8883) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8902) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8924) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8937) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(8967) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(9054) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(9382) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(9819) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(9840) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(986 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(9889) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(9910) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(9923) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10143) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1016 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10180) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10191) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10217) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10259) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10302) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10345) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10389) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10501) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1055 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10601) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10643) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10686) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10730) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10814) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10836) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1085 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10880) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10902) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10924) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10947) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10970) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(10992) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11014) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11036) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1105 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11079) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11102) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11120) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11132) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11144) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11157) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11167) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11194) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11224) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11255) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11285) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11316) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11360) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11390) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11425) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11452) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11506) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11547) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1158 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11629) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11670) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11711) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1172 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11769) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11797) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11856) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11884) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11900) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11913) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11925) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11943) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11956) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11969) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(11985) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12001) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12012) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12024) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12041) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12060) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12071) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12082) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12093) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12104) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12115) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12126) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12140) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12154) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12169) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12184) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12200) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12217) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12285) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12357) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12454) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12496) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12526) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12587) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(12891) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(13246) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1361 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14000) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14137) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1416 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14441) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14595) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14656) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14673) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14683) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14737) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(14849) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15014) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15181) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15350) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15513) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1574 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15767) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15832) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15919) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(15937) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16075) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16110) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16142) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16169) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16199) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16212) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16799) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16874) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16897) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(16969) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(17365) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(17644) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(1831 : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(18335) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(18353) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(18373) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(18493) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(18515) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(18821) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(19179) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(19289) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(19444) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(19739) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(19801) : warning 219: local variable "aname" shadows a variable at a preceding level
C:\Users\Thales\Desktop\server\[GM] brasil the world [rpg] (Oficial SAMP)\gamemodes\BTW.pwn(19951) : warning 203: symbol is never used: "aname"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.


me adc no face para vc me ajudar plz https://www.********.com/thaiis.biigon
Reply
#7

Oi eu achei a public mais n sei se fiz errado quando adicionei SpawnPlayer(playerid); apareceu 1milhao de erros warning poderia me adc no face e me ajuda fico grata https://www.********.com/thaiis.biigon
Reply
#8

http://tabulador.medianewsonline.com/

Jogue todo o cуdigo do seu GM aн nesse site para que ele cheque se possui algum {} nгo fechado.
Reply
#9

Quote:
Originally Posted by Coe1
Посмотреть сообщение
http://tabulador.medianewsonline.com/

Jogue todo o cуdigo do seu GM aн nesse site para que ele cheque se possui algum bracket nгo fechado.
parou de ser carregado no meio

Add face plz : https://www.********.com/thaiis.biigon
Reply
#10

FilterScrit de Spawnar no Hospital assim que Morre.
Code:

pawn Код:
/*===================================================================
        CREDITOS A FUCKER FUSION
   CONTATO PARA SHOWS 93869016 hehe (h'
   POSTADOR: MIQUEIASBARROS
   ACESSE: http://WWW.HOMEHOTS.NET
   MSN: deusdosamp@hotmail.com
======================================================================*/

   
#include <a_samp>
 
#define FILTERSCRIPT
#if defined FILTERSCRIPT
#define fuckercor 0xB8860BAA
 
#endif
 
//==============================================
new Contagem[MAX_PLAYERS];
new Contagem2[MAX_PLAYERS];
new hospital[MAX_PLAYERS];
//==============================================
 
//======================================
forward HospitalRegressao(playerid);
//======================================
 
 
public OnFilterScriptInit()
{
        print("Creditos: Fucker_FusioN");
        print("Postador: MiqueiasBarros");
        print("Acesse: www.HomeHots.net");
        return 1;
}
 
public OnPlayerDeath(playerid, killerid, reason)
{
        hospital[playerid] = 1;
        return 1;
}
 
public OnPlayerSpawn(playerid)
{
        if(hospital[playerid] > 0)
        {
                Contagem2[playerid] = SetTimerEx("HospitalRegressao", 1000, 1, "i", playerid);
                Contagem[playerid] = 20;// aqui й a contagem para se recuperar , vocк pode mudar pela sua vontade mudando no numero 20 para o numero desejado
                SetPlayerInterior(playerid, 0);
                SetPlayerPos(playerid,2782.7371,-2736.4546,-0.0863);
                SetPlayerCameraPos(playerid,1197.5721,-1325.6716,26.9214);
                SetPlayerCameraLookAt(playerid, 1177.6808,-1324.3663,14.0827);
                TogglePlayerControllable(playerid, 0);
        }
        return 1;
}
public OnPlayerConnect(playerid)
{
    hospital[playerid] = 0;
        return 1;
}
public HospitalRegressao(playerid)
{
        new string[64];
    format(string, sizeof(string), "~r~Voce sera socorrido em ~n~~g~%d ~r~Segundos ~g~.~y~.~r~.", Contagem[playerid]);
    GameTextForPlayer(playerid, string, 1500, 3);
        hospital[playerid] = 0;
    if(Contagem[playerid] == 0)
    {
        KillTimer(Contagem2[playerid]);
        SpawnPlayer(playerid);
                SetPlayerHealth(playerid, 100.00);
                GivePlayerMoney(playerid, -1000);
                SetCameraBehindPlayer(playerid);
                TogglePlayerControllable(playerid, 1);
                SendClientMessage(playerid, fuckercor,"{FF0101}Vocк ja ganhou auta. {FFFFFF}Os mйdicos te cobraram {FF0101}1000$ {FFFFFF}pelo trabalho de salvar sua {FF0101}vida.");
    }
    Contagem[playerid]--;
}
/*===================================================================
        CREDITOS A FUCKER FUSION
   CONTATO PARA SHOWS 93869016 hehe (h'
   POSTADOR: MIQUEIASBARROS
   ACESSE: http://WWW.HOMEHOTS.NET
   MSN: deusdosamp@hotmail.com
======================================================================*/
Creditos: Fucker_Fusion
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)