[Ajuda] Pequeno Warning.
#1

Bem o que eu queria que acontecesse no jogo acontece, mas no cуdigo dб warning.
dem aqui uma olhadela.

Funзгo:
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == roupa) SetPlayerSkin(playerid,50);
    if(pickupid == bastao) GivePlayerWeapon(playerid,5), SendClientMessage(playerid, COLOR_GREEN, "Adquiriste num local secreto um Bastao.");
    return 1;
}
Erro:
pawn Код:
C:\Documents and Settings\nobre\Ambiente de trabalho\Blank Gamemode\gamemodes\Blank.pwn(954) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
Linha:
pawn Код:
if(pickupid == bastao) GivePlayerWeapon(playerid,5), SendClientMessage(playerid, COLOR_GREEN, "Adquiriste num local secreto um Bastao.");
Reply


Messages In This Thread
[Ajuda] Pequeno Warning. - by noobre - 21.08.2011, 20:21
Re: [Ajuda] Pequeno Warning. - by JonathanFeitosa - 21.08.2011, 20:23
Re: [Ajuda] Pequeno Warning. - by noobre - 21.08.2011, 20:26
Re: [Ajuda] Pequeno Warning. - by Skoll - 21.08.2011, 21:23
Re: [Ajuda] Pequeno Warning. - by noobre - 21.08.2011, 21:36

Forum Jump:


Users browsing this thread: 1 Guest(s)