error help fast
#1

Код:
C:\Users\Jonny\SAMP\gamemodes\DM.pwn(200) : warning 219: local variable "Warns" shadows a variable at a preceding level
line 200 to 209
Код:
stock SetPlayerWarns(playerid, Warns)
{
	PlayerInfo[playerid][Warns] = Warns;
	return 1;
}

stock GetPlayerWarns(playerid)
{
	return PlayerInfo[playerid][Warns];
}
Reply
#2

pawn Код:
stock SetPlayerWarns(playerid, warns)
{
   PlayerInfo[playerid][Warns] = warns;
   return 1;
}
Reply
#3

Already answered..
Reply
#4

sucks, see above

they should add the "there were replys while you wrote you message" option again -_-
Reply
#5

You can't have two variables with the same name
Reply
#6

thanks for your help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)