[Ajuda] Nгo move o portгo
#3

pawn Код:
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(142) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(142) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(149) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(149) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(156) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(156) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(163) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(163) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(170) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(170) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(177) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Vinнcius\Desktop\New Virtual City\filterscripts\HQ.pwn(177) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


12 Warnings.

Linha dos warn:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/ap1", cmdtext, true) == 0) {
    {
    MoveObject(p1, -1152.40002441,25.39999962,4.0,0.0,0.0,0.0);
    SendClientMessage(playerid, 0xF60000AA, "[NVC]Abrindo O Portao !");
    }
    return 1;
    }
    if(strcmp("/fp1", cmdtext, true) == 0) {
    {
    MoveObject(p1, -1152.40002441,25.39999962,4.0,0.0,0.0,94.0);
    SendClientMessage(playerid, 0xF60000AA, "[NVC]Fechando O Portao !");
    }
    return 1;
    }
    if(strcmp("/ap2", cmdtext, true) == 0) {
    {
    MoveObject(p2, -1227.09997559,17.79999924,4.0,0.0,0.0,64.00000000);
    SendClientMessage(playerid, 0xF60000AA, "[NVC]Abrindo O Portao !");
    }
    return 1;
    }
    if(strcmp("/fp2", cmdtext, true) == 0) {
    {
    MoveObject(p2, -1227.09997559,17.79999924,4.0,0.0,0.0,143.0009765625);
    SendClientMessage(playerid, 0xF60000AA, "[NVC]Fechando O Portao !");
    }
    return 1;
    }
    if(strcmp("/ap3", cmdtext, true) == 0) {
    {
    MoveObject(p3, -1309.59997559,15.19999981,4.0,0.0,0.0,95.0);
    SendClientMessage(playerid, 0xF60000AA, "[NVC]Abrindo O Portao !");
    }
    return 1;
    }
    if(strcmp("/fp3", cmdtext, true) == 0) {
    {
    MoveObject(p3, -1309.59997559,15.19999981,4.0,0.0,0.0,0.0);
    SendClientMessage(playerid, 0xF60000AA, "[NVC]Fechando O Portao !");
    }
    return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Nгo move o portгo - by Arthenry - 15.07.2012, 22:00
Re: Nгo move o portгo - by ShutDown_ - 15.07.2012, 22:12
Re: Nгo move o portгo - by Arthenry - 15.07.2012, 22:15
Re: Nгo move o portгo - by Panico622 - 15.07.2012, 22:17
Re: Nгo move o portгo - by @Riichard - 15.07.2012, 22:18
Re: Nгo move o portгo - by Arthenry - 15.07.2012, 22:22
Re: Nгo move o portгo - by @Riichard - 15.07.2012, 22:25
Re: Nгo move o portгo - by Arthenry - 15.07.2012, 22:26
Re: Nгo move o portгo - by ShutDown_ - 15.07.2012, 22:26
Re: Nгo move o portгo - by Arthenry - 15.07.2012, 22:31

Forum Jump:


Users browsing this thread: 2 Guest(s)