[ajuda]error:
#8

Quote:
Originally Posted by .FuneraL.
Посмотреть сообщение
pawn Код:
if(!isnull(params)) return SendClientMessage(playerid,-1,"Use: /Destruir [armario]");
    DestroyObject(Armarios[params]);
Tente
Vocк estб errado, isnull = й nulo , ou seja !isnull = nгo й nulo, assim nгo poderб colocar nada...

Quote:
Originally Posted by AFerreira
Посмотреть сообщение
pawn Код:
DestroyObject(Armarios[strval(params)]);
Faзa como o AFerreira fez, depois fica assim.

pawn Код:
if(isnull(params)) return SendClientMessage(playerid,-1,"Use: /Destruir [armario]");
    DestroyObject(Armarios[strval(params)]);
Eu sei que jб ajudaram, apenas estou concertando o erro do funeral..
Reply


Messages In This Thread
[ajuda]error: - by lyllrasta - 12.05.2012, 17:39
Re: [ajuda]error: - by .FuneraL. - 12.05.2012, 17:43
Re: [ajuda]error: - by lyllrasta - 12.05.2012, 17:44
Re: [ajuda]error: - by .FuneraL. - 12.05.2012, 17:52
Re: [ajuda]error: - by lyllrasta - 12.05.2012, 17:54
Re: [ajuda]error: - by Abravanel - 12.05.2012, 17:59
Re: [ajuda]error: - by lyllrasta - 12.05.2012, 18:03
Re: [ajuda]error: - by RebeloX - 12.05.2012, 19:06

Forum Jump:


Users browsing this thread: 11 Guest(s)