need help with dcmd warnings
#1

how i can fix those errors?

pawn Код:
C:\Users\kalvi\Desktop\sa-mp\gamemodes\kfsr2.pwn(2205) : warning 203: symbol is never used: "dcmd_pay"
C:\Users\kalvi\Desktop\sa-mp\gamemodes\kfsr2.pwn(2205) : warning 203: symbol is never used: "dcmd_ticket"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


2 Warnings.
Reply
#2

put it under onplayercommandtext


Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(pay, 3, cmdtext);
dcmd(ticket, 6,cmdtext);
return 0;
}
Reply
#3

thx
Reply
#4

Quote:
Originally Posted by rs2fun111
thx
your welcome
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)