1 warning while compiling
#3

https://sampwiki.blast.hk/wiki/Errors_List

Just Line up your code
Example:
PHP код:
if(IsPlayerAdmin(playerid))return SendClientMessage(playerid,-1,"Your An Admin!");
              if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"Your Not An Admin!"); 
Should be Like:
PHP код:
if(IsPlayerAdmin(playerid))return SendClientMessage(playerid,-1,"Your An Admin!");
if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"Your Not An Admin!"); 
Edit: Like
PHP код:
#include <zcmd>
CMD:developers(playerid,params[])
{
SendClientMessage(playerid,-1,"Hadik");
return 
1;

Reply


Messages In This Thread
1 warning while compiling - by hardiksingh5 - 04.06.2016, 04:13
Re: 1 warning while compiling - by hardiksingh5 - 04.06.2016, 04:17
Re: 1 warning while compiling - by WhiteGhost - 04.06.2016, 04:18
Re: 1 warning while compiling - by hardiksingh5 - 04.06.2016, 04:22
Re: 1 warning while compiling - by Stinged - 04.06.2016, 06:21

Forum Jump:


Users browsing this thread: 1 Guest(s)