Little Help with zcmd and strcmp
#1

Hello,I used Godfather script for some commands in my mode.My gamemode is used ZCMD Command processor and...becouse I used ZCMD and strcmp,I put strcmp commands in OnPlayerCommandPerformed not in OnPlayerCommandText.Before that i made this "if(!success) SendClientMessageEx(playerid, COLOR_WHITE, "SERVER: Unknown command. Please use /help to list all available commands.");" and show me 26 erors.Please help.Thanks!
Reply
#2

Show us the the errors and the line so we can help you
Reply
#3

Quote:
Originally Posted by ADZAA
Посмотреть сообщение
Hello,I used Godfather script for some commands in my mode.My gamemode is used ZCMD Command processor and...becouse I used ZCMD and strcmp,I put strcmp commands in OnPlayerCommandPerformed not in OnPlayerCommandText.Before that i made this "if(!success) SendClientMessageEx(playerid, COLOR_WHITE, "SERVER: Unknown command. Please use /help to list all available commands.");" and show me 26 erors.Please help.Thanks!
Use

pawn Код:
if(!success) return SendClientMessageEx(playerid, COLOR_WHITE, "SERVER: Unkown command.  Please use /help to list all available commands.");
Reply
#4

Thanks Guys!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)