#1

C:\Users\Yousaf\Desktop\gamemodes\lvdm.pwn(143 : warning 203: symbol is never used: "dcmd_skin"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.


can anyone fix that bug

Thanks
Reply
#2

It means you didn't added the command to OnPlayerCommandText callback.

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  dcmd(skin, 4, cmdtext);
  return 0;
}
Reply
#3

k btw thanks both of you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)