Help Me I Forgot The Code
#6

And for this:
pawn Код:
warning 219: local variable "Name" shadows a variable at a preceding level
it means you have defined "Name" somewhere else in your script, i suggest keep all the variables at the top of your script.

And if you want to fix that just press ctrl+f and search for new Name[MAX_PLAYERS] and delete it, then put it at the top of your script, to avoid warning like this, i suggest keep all the variables at the top of your script.

Instead of making a new variable each time u need them, like "strings" which we use most, the best thing to do is define them at the top of your script,between the #includes and the #defines.
Reply


Messages In This Thread
Help Me I Forgot The Code - by hadzx - 05.11.2010, 12:27
Re: Help Me I Forgot The Code - by Tee - 05.11.2010, 12:50
Re: Help Me I Forgot The Code - by hadzx - 05.11.2010, 12:50
Re: Help Me I Forgot The Code - by Tee - 05.11.2010, 12:52
Re: Help Me I Forgot The Code - by hadzx - 05.11.2010, 12:54
Re: Help Me I Forgot The Code - by Tee - 05.11.2010, 12:56
Re: Help Me I Forgot The Code - by hadzx - 05.11.2010, 13:02
Re: Help Me I Forgot The Code - by Tee - 05.11.2010, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)