SA-MP Forums Archive
/write command [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: /write command [REP+] (/showthread.php?tid=329366)



/write command [REP+] - [FoR]EveR - 28.03.2012

Hi evryone i want one simple command for /write for admins level 1 Of who command work win [REP+] When admin level 1 type /write get this maybe /write Colour-id Text Colour ids ...... 1 White 2 Black ......


Re: /write command [REP+] - emokidx - 28.03.2012

explain more.


Re: /write command [REP+] - Arnold_Collins - 28.03.2012

lol isnt these /write from Fun Time GM?


Re: /write command [REP+] - [FoR]EveR - 28.03.2012

ladmin4v2 have /write evryone know !


Re: /write command [REP+] - Arnold_Collins - 28.03.2012

So you dont need it anymore?


Re: /write command [REP+] - [FoR]EveR - 28.03.2012

omg just i want one /write or /asay .....


Re: /write command [REP+] - Arnold_Collins - 28.03.2012

Код:
}
    if(strcmp(cmd, "/asay", true) == 0){
    if(PlayerInfo[playerid][power]>=1){
    new tmp[256];
    tmp = strrest(cmdtext,idx);
			    if(!strlen(tmp)){
						SendClientUsage(playerid, cmd, "[msg]");
						 GameTextForAll("~u~~w~Admin Announce~n~~r~ Listen~d~",8000,6); //LOL
						return 1;
				}
					new oocstr[256];
					new jailer[MAX_STRING]; if(PlayerInfo[playerid][power]==53) myStrcpy(jailer,"Admin Unknown"); else myStrcpy(jailer,PlayerName(playerid));
		        format(oocstr,sizeof(oocstr),"Admin %s says:{FF6347} %s",jailer,tmp);
		        GameTextForAll("~u~~w~Admin Announce~n~~r~ Listen~d~",8000,6); //LOL
		       
          		//format(oocstr,sizeof(oocstr),"((Admin %s: %s))",PlayerName(playerid),tmp);
					for(new f=0;f<MAX_PLAYERS;f++){
						if(PlayerTemp[f][oocoff]==0)	SendClientMessage(f,COLOR_BRIGHTRED,oocstr);
					}
					ircecho("ooc_chat %d %s %s",playerid,PlayerName(playerid),tmp);
					print(oocstr);
					AppendTo(ooclog,oocstr);
					return 1;
				}
Check this grr /asay


Re: /write command [REP+] - Arnold_Collins - 28.03.2012

So Did it work Test it if it dont work tell me again !


Re: /write command [REP+] - [FoR]EveR - 28.03.2012

ok ty


Re: /write command [REP+] - [FoR]EveR - 28.03.2012

lol big errors ...