#1

----
Reply
#2

string is not defined, add "string[128];" under OnPlayerCommandText
Reply
#3

didnt work
Reply
#4

add
pawn Код:
new string[128];
at the bootom of OnPlayerCommandText (right before the message you are doing)
Reply
#5

pawn Код:
new string[128];
format(string, sizeof(string), "I have scanned -- %s but its not a availabaile, please check your spelling and try again.", cmdtext);
return SendClientMessage(playerid, COLOR_SYSTEM, string);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)