Symbol is never used
#1

what am i doing wrong

pawn Код:
COMMAND: dealmeth(playerid, params[])
{
  if(!IsPlayerInRangeOfPoint(playerid, 30.0,2451.0056,-2118.1301,13.5469))return SendClientMessage(playerid, 0xE0313AFF, "(( You are not at the meth dealing point! ))");
  SendClientMessage(playerid, 0x3524C9FF, "(( You have bought some grams of meth! ))");
  SendClientMessage(playerid, 0x3524C9FF, "(( Deliver the meth to the buyers! ))");
  SetPlayerCheckpoint(playerid, 1277.2992,316.4227,26.05556, 5.0);
  return 1;
}
Код:
C:\Users\x3990.003\Desktop\melfoef\samp server\filterscripts\dealers.pwn(233) : warning 203: symbol is never used: "dealmeth"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
Symbol is never used - by NicholasA - 24.12.2012, 11:42
Re: Symbol is never used - by Mike_Peterson - 24.12.2012, 11:46
Re: Symbol is never used - by SKAzini - 24.12.2012, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)