12.10.2013, 13:18 
	
	
	
		Hey there,i know this is a little old post,but i need this fs,i downloaded and it's giving me this errors :
Line from 18 to 24:
Line 210 don't exist.
	
	
	
pawn Код:
E:\Jocuri\Kituri\Server Samp\filterscripts\AdminTPCoord.pwn(20) : warning 219: local variable "x" shadows a variable at a preceding level
E:\Jocuri\Kituri\Server Samp\filterscripts\AdminTPCoord.pwn(20) : warning 219: local variable "y" shadows a variable at a preceding level
E:\Jocuri\Kituri\Server Samp\filterscripts\AdminTPCoord.pwn(20) : warning 219: local variable "z" shadows a variable at a preceding level
E:\Jocuri\Kituri\Server Samp\filterscripts\AdminTPCoord.pwn(210) : warning 203: symbol is never used: "x"
E:\Jocuri\Kituri\Server Samp\filterscripts\AdminTPCoord.pwn(210) : warning 203: symbol is never used: "y"
E:\Jocuri\Kituri\Server Samp\filterscripts\AdminTPCoord.pwn(210) : warning 203: symbol is never used: "z"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Warnings.
pawn Код:
18. CMD:telebycoord(playerid, params[])
19. {
20. new x,y,z;
21. if(sscanf(params, "fff", x, y, z))return SendClientMessage(playerid, 0xFF0000FF, "Usage: /telebycoord [X Pos] [Y Pos] [Z Pos]");
22. SetPlayerPos(playerid, x, y, z);
23. return 1;
24. }
Line 210 don't exist.

