20.05.2014, 07:02
i used "Spartaaaaa" idea but it didn't work
much errors and other
here for example
for example i type /s HELLO EVERYBODY
but it only show the letther 'hello' or less
and i don't have an 'new str' on top
much errors and other
here for example
Код:
CMD:s(playerid, params[]) { if(PlayerInfo[playerid][pVIP] >= 1){ new name[MAX_PLAYER_NAME+1], string[24+MAX_PLAYER_NAME+1]; GetPlayerName(playerid, name, sizeof(name)); if(isnull(params)) return SendClientMessage(playerid, LIGHTBLUE, "Usage: /s [Message]"); format(string, sizeof(string), "Cod Members Chat: {00FF00}%s{FF5500}: %s", name, params[0] ); return SendVipMessage(COLOR_VIP,string); } else return SendClientMessage(playerid, RED,"[ERROR]: You need to beVip to use this command!"); }
but it only show the letther 'hello' or less
and i don't have an 'new str' on top