Can anyone help me in my problem
#1

Can anyone help me i get this error's

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"
This is code
Код:
stock GetPlayerNameEx(playerid)
{
 	new pName[25];
 	GetPlayerName(playerid, pName, 25);
	return pName;
}
Can anyone help me?
Reply
#2

You got somewhere on top variable pName (maybe in some enum?) just change here all pName to for example pNamee
Reply
#3

Thank you very much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)