Cimpiling Warning
#9

Another error from the command
pawn Код:
dcmd_test(playerid,params[])
{
    new string[128];
    new ID;
    if(sscanf(params, "", ID))
   
    SendClientMessage(playerid, COLOR_GREEN,"Command Done.");
    SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid,2004.93,1544.25,13.59);
    SetPlayerFacingAngle(playerid,270.0);
    SetPlayerToTeamColour(playerid);
    return 1;
}
Compile:
Код:
D:\SAMP\Server\gamemodes\***.pwn(272) : warning 203: symbol is never used: "dcmd_test"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Reply


Messages In This Thread
Cimpiling Warning - by _Khaled_ - 21.08.2012, 05:27
Re: Cimpiling Warning - by Jack_Leslie - 21.08.2012, 05:33
Re: Cimpiling Warning - by JaKe Elite - 21.08.2012, 05:35
Re: Cimpiling Warning - by _Khaled_ - 21.08.2012, 05:39
Re: Cimpiling Warning - by Jack_Leslie - 21.08.2012, 05:41
Re: Cimpiling Warning - by _Khaled_ - 21.08.2012, 05:42
Re: Cimpiling Warning - by Jack_Leslie - 21.08.2012, 05:43
Re: Cimpiling Warning - by JaKe Elite - 21.08.2012, 05:45
Re: Cimpiling Warning - by _Khaled_ - 21.08.2012, 05:48
Re: Cimpiling Warning - by JaKe Elite - 21.08.2012, 05:51

Forum Jump:


Users browsing this thread: 1 Guest(s)