Help with a ban command y_ini saving ''reason''
#5

Quote:
Originally Posted by Kitten
Посмотреть сообщение
shouldn't it be

pawn Код:
new string[128];
format(string, sizeof(string), "%s", reason);
He has done that :/

" // format(PlayerInfo[playerid][pBanReason], 128, "%s", reason);
// PlayerInfo[playerid][pBanReason] = reason;"

PlayerInfo[playerid][pBanReason] = String
128 = sizeof
%s = string identifer
reason = string.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)