im making a command for map..
#7

pawn Код:
if(strcmp(cmdtext, "/mapvis", true) == 0)
{
  if(PlayerInfo[playerid][pRank] >= 8)
  {
   for(new i = 0; i<MAX_PLAYERS; i++)
   {
     SetPlayerMarkerForPlayer(i, playerid, 0xFFFFFF00);
   }
  }
}
Reply


Messages In This Thread
im making a command for map.. - by Martin_Smith - 20.06.2009, 21:12
Re: im making a command for map.. - by Grim_ - 20.06.2009, 21:41
Re: im making a command for map.. - by Martin_Smith - 20.06.2009, 21:43
Re: im making a command for map.. - by Martin_Smith - 20.06.2009, 22:06
Re: im making a command for map.. - by Grim_ - 20.06.2009, 22:36
Re: im making a command for map.. - by Martin_Smith - 20.06.2009, 22:43
Re: im making a command for map.. - by Grim_ - 20.06.2009, 22:49

Forum Jump:


Users browsing this thread: 3 Guest(s)