21.08.2012, 05:48
Another error from the command
Compile:
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;
}
Код:
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.