Destroy Object Help
#3

Quote:
Originally Posted by iGetty
Посмотреть сообщение
Well;

Do this.

pawn Код:
new RoadBlock;

command(yourcommand, playerid, params[]);
{
    RoadBlock = CreateObject(....);
}

command(removerb, playerid, params[])
{
    DestroyObject(RoadBlock);
}

Learn from that and you're fine.
Thanks, I'll try that now.
Reply


Messages In This Thread
Destroy Object Help - by Chenko - 28.05.2012, 02:07
Re: Destroy Object Help - by iGetty - 28.05.2012, 02:15
Re: Destroy Object Help - by Chenko - 28.05.2012, 02:24

Forum Jump:


Users browsing this thread: 1 Guest(s)