[Help] Warnings
#1

Hello , i want to know why i am facing the following error and what is the solution ?

Error:
Код:
C:\Users\Arsalan\Desktop\Samp\gamemodes\new.pwn(4015) : warning 219: local variable "GetName" shadows a variable at a preceding level
C:\Users\Arsalan\Desktop\Samp\gamemodes\new.pwn(4022) : warning 219: local variable "pName" shadows a variable at a preceding level
Code of the Line:

PHP код:
stock pName(playerid)
{
    new 
GetName[24];
    
GetPlayerName(playeridGetName24);
    return 
GetName;
}
stock GetName(playerid)
{
    new 
pName[24];
    
GetPlayerName(playeridpName24);
    return 
pName;

Reply


Messages In This Thread
[Help] Warnings - by Arxalan - 10.01.2015, 05:43
Re: [Help] Warnings - by Rudy_ - 10.01.2015, 05:45
Re: [Help] Warnings - by JeaSon - 10.01.2015, 05:45

Forum Jump:


Users browsing this thread: 1 Guest(s)