23.04.2012, 16:03
Hello ,
i have a game modes it's use a strcmp commands processor and i want add a dcmd commands , but there is not work.
i dont understand this code below :
maybe someone can help me to explain this script? i know that was for commands what the scripters want to do..
but i dont understand what the meaning of dcmd(xgoto, 5, cmdtext);
Thank you ^_^
i have a game modes it's use a strcmp commands processor and i want add a dcmd commands , but there is not work.
i dont understand this code below :
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(xgoto, 5, cmdtext);
but i dont understand what the meaning of dcmd(xgoto, 5, cmdtext);
Thank you ^_^