I never understood those
#4

It's the amount of characters.

pawn Код:
CMD:test(playerid, params[])
{
    new string[128]; // Defining a new string and it's length
    format(string, 128, "Hello There, This is a test string!");// You define the "String", the length which is "128" and
    //The text in the "" is the actual string you're formatting.
    SendClientMessage(playerid, -1 ,string);// You then send it to the player.
    return 1;
}
Just look at the links I gave you.
Reply


Messages In This Thread
I never understood those - by Battlezone - 05.11.2013, 06:24
Re: I never understood those - by Keyhead - 05.11.2013, 06:30
Re: I never understood those - by Battlezone - 05.11.2013, 06:35
Re: I never understood those - by Keyhead - 05.11.2013, 06:41
Re: I never understood those - by Battlezone - 05.11.2013, 06:44

Forum Jump:


Users browsing this thread: 1 Guest(s)