"/makecop" is bugged!
#5

Quote:
Originally Posted by _Saif_
Quote:
Originally Posted by Chriham3
ahem...

if(strcmp(cmdtext, "/makecop", true) == 0)
{
new tmp[128];
new player1 = strval(tmp);
if(IsPlayerConnected(player1))
{
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /makecop [playerid]");
}
if (!IsPlayerConnected(player1)) return SendClientMessage(playerid, color, "player is not connected.");
{
CopMake(player1);
SendClientMessage(player1, COLOR_BLUE, "You have been made a police officer. Changes will appear on next death.");
}
}
} // where did that one come from?
return 1;
}


Thanks, but you added one closing bracket to much.
added by mistaken just remove it
I know.. oh by the way.. still not working :/
Reply


Messages In This Thread
"/makecop" is bugged! - by Chriham3 - 13.03.2010, 17:43
Re: "/makecop" is bugged! - by Deat_Itself - 13.03.2010, 18:07
Re: "/makecop" is bugged! - by Chriham3 - 13.03.2010, 18:12
Re: "/makecop" is bugged! - by Deat_Itself - 13.03.2010, 18:18
Re: "/makecop" is bugged! - by Chriham3 - 13.03.2010, 19:43

Forum Jump:


Users browsing this thread: 2 Guest(s)