{
if(pAdmin[playerid] >= 4)
{
new
PlayerText3D:AdminTexto,
Float:PosX,
Float:PosY,
Float:PosZ;
GetPlayerPos(playerid, PosX, PosY, PosZ);
AdminTexto = CreatePlayer3DTextLabel(playerid, "Administrador(a)", 0x16EB43FF, PosX, PosY, PosZ, 40.0);
Attach3DTextLabelToPlayer(AdminTexto, playerid, 0.0, 0.0, 0.7);
return true;
}
return true;
}
if(pAdmin[playerid] >= 1) /* verificao level admin */ { new Text3D:label = CreatePlayer3DTextLabel("Administrador(a)", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7); return 1; }
C:\Users\Jonathan\Desktop\New Virtual Life\pawno\include\antibot.inc(84) : warning 219: local variable "pName" shadows a variable at a preceding level
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(4138) : error 035: argument type mismatch (argument 1)
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(4138) : warning 213: tag mismatch
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(4145) : error 035: argument type mismatch (argument 1)
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(4145) : warning 213: tag mismatch
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(4152) : error 035: argument type mismatch (argument 1)
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(4152) : warning 213: tag mismatch
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(7069) : warning 219: local variable "pName" shadows a variable at a preceding level
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(7073) : warning 211: possibly unintended assignment
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(12586) : warning 219: local variable "pName" shadows a variable at a preceding level
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(28789) : warning 219: local variable "anim" shadows a variable at a preceding level
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(28795) : warning 219: local variable "anim" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(413 : error 035: argument type mismatch (argument 1) C:\Users\Jonathan\Desktop\New Virtual Life\gamemodes\NVLRPG.pwn(413 : warning 213: tag mismatch |