Police Radar
#3

How i can use this stock in my comand to show cops the speed...?

This is my command:

if(strcmp(cmd, "/radar", true) ==0 )
{
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2 || PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3)
{
if(OnDuty[playerid] == 1)
{

}
else
{
SendClientMessage(playerid, COLOR_GREY, "You are not working!");
return 1;
}

}
return 1;
}
Reply


Messages In This Thread
Police Radar - by br0adyb0ii - 05.02.2010, 03:57
Re: Police Radar - by mansonh - 05.02.2010, 04:46
Re: Police Radar - by UltraKiller - 05.05.2010, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)