23.08.2015, 01:22
Thanks guys, just 1 prob,
In the server everything is correct except, it doesn't show the third SCM line... where actually all the acmds are stated in...
PHP код:
CMD:acmds(playerid, params[])
{
if(IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, COLOR_YELLOW, "~ Admin Commands ~");
SendClientMessage(playerid, COLOR_WHITE, "Guns: /Eagle /Minigun /RPG");
SendClientMessage(playerid, COLOR_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;