09.08.2009, 13:11
Quote:
|
Originally Posted by Sergiy
Show the problematic lines.
|
Код:
C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(499) : warning 219: local variable "name" shadows a variable at a preceding level > new name[MAX_PLAYER_NAME], str[128], ip[15]; C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(540) : warning 219: local variable "name" shadows a variable at a preceding level:: new name[MAX_PLAYER_NAME], str[128]; C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(575) : warning 219: local variable "name" shadows a variable at a preceding level: new name[MAX_PLAYER_NAME], str[128]; C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(787) : new playerid; C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(788) : warning 217: loose indentation: if AccountInfo[playerid][Logged] == 1) //you need to change pInfo to the variable u use C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(788) : error 001: expected token: "*then", but found ")": if AccountInfo[playerid][Logged] == 1) //you need to change pInfo to the variable u use C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(788) : error 029: invalid expression, assumed zero C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(794) : warning 215: expression has no effect: SetPlayerColor(playerid,0xFFFF0F);//You need to Change YourColor to the color u wanna use C:\Documents and Settings\Christopher\Desktop\TFZ Stunting + DM\filterscripts\tfzadmin.pwn(794) : warning 215: expression has no effect: SetPlayerColor(playerid,0xFFFF0F);//You need to Change YourColor to the color u wanna use

