SA-MP Forums Archive
Pls Help [+1] Rep - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pls Help [+1] Rep (/showthread.php?tid=333386)



Pls Help [+1] Rep - Bleach79 - 11.04.2012

Код:
//==============================================================================
dcmd_credits(playerid,params[]){
  #pragma unused params
  SendClientMessage(playerid,COLOR_LIGHTRED,""#COL_GREEN"********************"#COL_WHITE"********************"#COL_RED"*******************");
  SendClientMessage(playerid,COLOR_YELLOW,"ZSomu Script v1.6 By Zuc");
  SendClientMessage(playerid,COLOR_YELLOW,"Edited And Made ZSomu v2.0 By Bleach79");
  SendClientMessage(playerid,COLOR_LIGHTRED,""#COL_GREEN"********************"#COL_WHITE"********************"#COL_RED"*******************");
  return 1;}
//==============================================================================
dcmd_changemap(playerid,params[]){
  #pragma unused params
  if(Account[playerid][pAdminlevel]>=1){
  GetPlayerName(playerid,name,sizeof(name));
  format(string,sizeof(string),"ADMIN %s is changing map. Vote what you prefer!!!",name);
  SendClientMessageToAll(COLOR_YELLOW,string);
  ChangingMap();}
  return 1;}
This Shows no prblem in compailing
But When i enter in the server when i type the command it shows unknown command!!!


Re: Pls Help [+1] Rep - Bleach79 - 11.04.2012

Pls Help
Sorry For Double Post
Pls help
Its urgent~~!!!


Re: Pls Help [+1] Rep - linuxthefish - 11.04.2012

Don't bump so quickly, and edit your title to be more helpful