04.12.2015, 22:13
Can anyone help me i get this error's
this is the error's
This is code
Can anyone help me?
this is the error's
Код:
D:\Revolution DM\gamemodes\RDM.pwn(27100) : warning 219: local variable "pName" shadows a variable at a preceding level D:\Revolution DM\gamemodes\RDM.pwn(27101) : error 035: argument type mismatch (argument 2) D:\Revolution DM\gamemodes\RDM.pwn(27100) : warning 204: symbol is assigned a value that is never used: "pName"
Код:
stock GetPlayerNameEx(playerid)
{
new pName[25];
GetPlayerName(playerid, pName, 25);
return pName;
}

