Command does only 4/6 functions XD REP+
#10

i mean returning 0 like sending me "(my server) Command doesn't exist! type /help for list"
BUT it Creates Vehicle,

SendAdminMessage works in any other command..

I have tried to replace SendAdminMessage in YCMD/veh to this:

pawn Код:
foreach(Player, i)
{
   if(PlayerInfo[i][pAdmin] >= 1)
   {  
      SendClientMessage(playerid, -1, "Admin %s created vehicle model %d");
      //formated ofc, but I do not have time to write it
   }
}
Reply


Messages In This Thread
Command does only 4/6 functions XD REP+ - by erminpr0 - 25.11.2013, 14:00
Re: Command does only 4/6 functions XD REP+ - by erminpr0 - 25.11.2013, 15:59
Re: Command does only 4/6 functions XD REP+ - by Voxel - 25.11.2013, 16:34
Re: Command does only 4/6 functions XD REP+ - by erminpr0 - 25.11.2013, 17:35
Re: Command does only 4/6 functions XD REP+ - by tyler12 - 25.11.2013, 18:37
Re: Command does only 4/6 functions XD REP+ - by erminpr0 - 25.11.2013, 19:24
Re: Command does only 4/6 functions XD REP+ - by Konstantinos - 25.11.2013, 19:27
Re: Command does only 4/6 functions XD REP+ - by erminpr0 - 25.11.2013, 19:31
Re: Command does only 4/6 functions XD REP+ - by Konstantinos - 25.11.2013, 19:38
Re: Command does only 4/6 functions XD REP+ - by erminpr0 - 25.11.2013, 19:41

Forum Jump:


Users browsing this thread: 4 Guest(s)