problem with team commands
#1

having this problem some time

Код:
dcmd_pu(playerid, params[])
{
  if (gTeam[playerid]==LSPD)
  {
    SendClientMessage(playerid, COLOR_BLUE, "This is the Las Venturas Police, pull over now!! ");
	}
	#pragma unused params
}
If I open up the server and go to LSPD team it says UNKNOWN COMMAND I dont know why this happens... and this isn't the only command
Reply
#2

help please(sorry for double post had a mistake)
Reply
#3

pawn Код:
dcmd_pu(playerid, params[])
{
  if (gTeam[playerid]==LSPD)
  {
    SendClientMessage(playerid, COLOR_BLUE, "This is the Las Venturas Police, pull over now!! ");
    return 1;
  }
  #pragma unused params
}
Reply
#4

No use...now it's just ignoring...no UNKNOWN COMMAND now but ignoring no comeback message
Reply
#5

Why would a cop send a msg to himself saying "Pull over now"? Might wanna rethink your command a little xD
Reply
#6

dcmd_pu(playerid, params[])
{
if (gTeam[playerid]==LSPD)
{
SendClientMessageToAll(COLOR_BLUE, "This is the Los Santos Police, pull over now!! ");

}
#pragma unused params
return 1;
}


Ok I fixed,but no use
Reply
#7

if it says nothing it means you're not team LSPD.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)