String only shows first-letter.
#1

Sup, i've got the commands working.. sort of.. now i just need one more tad of help...

If i do /cylinder <Kabuuu> it only shows: Cylinder: K. Anyone know whats wrong with it?

pawn Код:
dcmd_cylinder(playerid, params[])
{
    new
        string[128];
    if (sscanf(params, "s", string))
    {
        SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/cylinder <cylinder name>\"");
        } else { ScooterCylinder[playerid] = params[playerid];
    }
    return 1;
}
Reply


Messages In This Thread
String only shows first-letter. - by shitbird - 20.09.2009, 14:15
Re: String only shows first-letter. - by Nero_3D - 20.09.2009, 14:20
Re: String only shows first-letter. - by shitbird - 20.09.2009, 14:23
Re: String only shows first-letter. - by Nero_3D - 20.09.2009, 14:37
Re: String only shows first-letter. - by shitbird - 20.09.2009, 14:49

Forum Jump:


Users browsing this thread: 1 Guest(s)