25.01.2014, 17:32
Hello sa-mp forum!
I just thinking about strings.. so my question is: How to calculate every single character in strings, but not only whole text.. see example.
Thanks for advice!
I just thinking about strings.. so my question is: How to calculate every single character in strings, but not only whole text.. see example.
pawn Код:
stock ShowInfoBox(id, text[])
{
new info[500]; //Calculate characters in string + text[]... instead of info[500]..
format(info, sizeof(info), "%s~n~~n~~w~for close this use /ib", text);
PlayerTextDrawSetString(id, ShadInfoBox[id], info);
return 1;
}