Shitbird in need of a simple hand.
#1

Hey lads n lassies, so i've started to script a bit again, and now i need cho help...

I'm trying to create a variable, and that variable is the Players text after /block <the blocks name>...

pawn Код:
dcmd_block(playerid, params[])
{
    new
        string[128];
    if (sscanf(params, "s", string)) SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/block <block name>\"");
    {
      Block[playerid] == string;
    }
    return 1;
}
I don't know how to do the Block[playerid] == string; thing...

Help a bird out here
Reply


Messages In This Thread
Shitbird in need of a simple hand. - by shitbird - 19.09.2009, 21:11
Re: Shitbird in need of a simple hand. - by brett7 - 19.09.2009, 21:14
Re: Shitbird in need of a simple hand. :( - by shitbird - 19.09.2009, 21:20
Re: Shitbird in need of a simple hand. - by Annihalation - 19.09.2009, 22:01
Re: Shitbird in need of a simple hand. - by shitbird - 19.09.2009, 22:05
Re: Shitbird in need of a simple hand. - by shitbird - 19.09.2009, 22:31

Forum Jump:


Users browsing this thread: 3 Guest(s)