Thread: [DFX2] PL00P ya G00P's (3)
View Single Post
  #7  
Old 05-13-2018, 01:45 PM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

server.wac

Code:
ploop
	if onptick 10 then
		ptext "<cf8932>[GSP] Garden Shed Productions<-co>"
	end

	if piskills(1) and never then
		if pisteam(1) then
			text "First Kill - <cfc0000FF>Blue Team<-co>"
		else
			text "First Kill - <cfcFF0000>Red Team<-co>"
		end
		ptext "Congrats on the first kill of the game!'
		psetvar(2)
	end

	if piskills(1) and not pisvar(2) then
		psetvar(2)
		ptext "Congrats on your first kill!"
		if pisteam(1) then
			ptext "Take your Team to Victory!"
		else
			ptext "Take your Team to victory!"
		end
	end
end
Reply With Quote