/commands cmd
#6

Quote:
Originally Posted by saffierr
Посмотреть сообщение
Thanks guys, just 1 prob,
PHP код:
CMD:acmds(playeridparams[])
{
   if(
IsPlayerAdmin(playerid))
   {
   
SendClientMessage(playeridCOLOR_YELLOW"~ Admin Commands ~");
   
SendClientMessage(playeridCOLOR_WHITE"Guns: /Eagle  /Minigun  /RPG");
   
SendClientMessage(playeridCOLOR_AQUA"General: /Heal  /Armor  /Jetpack  /Getping  /Getip  /Ban  /Kick  /Kickme  /Givemoney  /Resetcash  /Getcash  /Setcolor  /Spawn  /Spawnall  /Godmode  /Godmodeoff  /Getammo");
   }
   else
   {
   
SendClientMessage(playerid, -1"SERVER: Unknown command.");
   }
   return 
1
In the server everything is correct except, it doesn't show the third SCM line... where actually all the acmds are stated in...
The line is far too long, break it down.
Reply


Messages In This Thread
/commands cmd - by saffierr - 23.08.2015, 00:53
Re: /commands cmd - by ghost556 - 23.08.2015, 00:57
Re: /commands cmd - by Luke_James - 23.08.2015, 01:20
Re: /commands cmd - by saffierr - 23.08.2015, 01:22
Re: /commands cmd - by rymax99 - 23.08.2015, 01:23
Re: /commands cmd - by Luke_James - 23.08.2015, 01:37
Re: /commands cmd - by saffierr - 23.08.2015, 01:46
Re: /commands cmd - by Luke_James - 23.08.2015, 02:26
Re: /commands cmd - by Roberto80 - 23.08.2015, 08:19
Re: /commands cmd - by Cookland - 23.08.2015, 10:49

Forum Jump:


Users browsing this thread: 1 Guest(s)