zcmd_OnPlayerCommandText
C:\Users\User\Documents\Leonardo R\New server noiz dois\brasil_play_fortes\Brasil Play\gamemodes\bph.pwn(17190) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Errors.
if(dialogid == 642)
{
if(response == 0)
{
//OnPlayerCommandText(playerid,"");
//ShowPlayerDialog(playerid, 642, DIALOG_STYLE_MSGBOX, "Convite", "Vocк foi convidado para uma organizaзгo\nDeseja entrar para a organizaзгo ?", "Sim", "Nao");
}
if(response == 1)
{
zcmd_OnPlayerCommandText(playerid,"/aceitar convite");
}
return 1;
}
cmd:soulindo(playerid,params[])
{
SendClientMessage(playerid,-1,"nao voce e lindo de morrer xD");
return 1;
{
cmd_aceitar("convite");
C:\Users\User\Documents\Leonardo R\New server noiz dois\brasil_play_fortes\Brasil Play\gamemodes\bph.pwn(17190) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
cmd_aceitar("aceitar convite");
if(response == 1)
{
zcmd_OnPlayerCommandText(playerid,"/aceitar convite");//linha 17190 .-
}
C:\Users\User\Documents\Leonardo R\New server noiz dois\brasil_play_fortes\Brasil Play\gamemodes\bph.pwn(17190) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
if(response == 1)
{
cmd_aceitar("convite"); //Coloque isso no lugar da 17190.
}
Tente isso:
pawn Код:
|
C:\Users\User\Documents\Leonardo R\New server noiz dois\brasil_play_fortes\Brasil Play\gamemodes\bph.pwn(17190) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.