[Ajuda] ENTRADA E SAНDA DE INTERIORES USANDO F DANDO WARNING
#1

Boa noite pessoal, tudo bem com vocкs?
Eu fiz a entrada e saнda de Interiores usando F, tudo em ZCMD.
Porem eu nгo sei a razгo mas quando compilo aparece o seguinte Warning:
PHP Code:
warning 202number of arguments does not match definition 
Ele esta dando esse Warning neste comandinho:
PHP Code:
    if(newkeys == KEY_SECONDARY_ATTACK)
    {
        
cmd_entradainterior(playerid);
        
cmd_saidainterior(playerid);
    } 
Como resolver este Warning?

Desde jб agradeзo a todos que ajudarem.
Atenciosamente,
Matheus Dorado
Reply
#2

PHP Code:
if(newkeys == KEY_SECONDARY_ATTACK)
{
    
cmd_entradainterior(playerid);
    
cmd_saidainterior(playerid);

Para
PHP Code:
if(newkeys == KEY_SECONDARY_ATTACK)
{
    
cmd_entradainterior(playerid,params);
    
cmd_saidainterior(playerid,params);

Reply
#3

Quote:
Originally Posted by madma
View Post
PHP Code:
if(newkeys == KEY_SECONDARY_ATTACK)
{
    
cmd_entradainterior(playerid);
    
cmd_saidainterior(playerid);

Para
PHP Code:
if(newkeys == KEY_SECONDARY_ATTACK)
{
    
cmd_entradainterior(playerid,params);
    
cmd_saidainterior(playerid,params);

Vlw Irmгo resolvido!
Reply
#4

number of arguments does not match definition
NUMERO DE ARGUMENTOS NГO CORRESPONDE COM A DEFINIЗГO
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)