What is wrong with this cmd
#1

pawn Код:
cmd(adminhelp, playerid, params[])
{
if(GetPVarInt(playerid, "Admin") < 1)return SendMessage(playerid, "You can't use this command!");
SendClientMessage(playerid, green,"=========================== ADMIN COMMANDS ===========================");
SendClientMessage(playerid, red,"/adel /apark /freeplayer /adminkill /getplayerhere /tptoplayer /healplayer /resetplayerweapons /kickplayer");
SendClientMessage(playerid, red,"/banplayer /weather /makehouse /makebuilding /buildingint /movebuilding /movehouse /houseint /test /coolmode /update");
SendClientMessage(playerid, red,"/getcar /gotoc /areg /entercar /entercar1 /rv(resetcars) /addland /docar(abletoenterallcars) /makeadmin ");
SendClientMessage(playerid, red,"/addname /disableooc  ");
return 1;
}
The other commands are working but this isnt its a bug or what i did wrong? Thanks for help
Reply


Messages In This Thread
What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:14
Re: What is wrong with this cmd - by Andy_McKinley - 07.10.2010, 18:16
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:16
Re: What is wrong with this cmd - by The_Moddler - 07.10.2010, 18:19
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:20
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:22
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:35
Re: What is wrong with this cmd - by The_Moddler - 07.10.2010, 18:38
Re: What is wrong with this cmd - by Fj0rtizFredde - 07.10.2010, 18:44
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)