DIR Return Create A Forum - Home
---------------------------------------------------------
CGGMTA
HTML https://cgg2.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Official Groups
*****************************************************
#Post#: 450--------------------------------------------------
[DENIED] Fetamin - Staff Application
By: fetamin Date: June 21, 2014, 1:30 am
---------------------------------------------------------
A)InGame Info
1.0)Your InGame Name: aG#Fetamin<3
1.1)Your InGame account name: fetaminnnnn
1.2)Your Serial(Press F8 and type
serial):F44D7413F19760BEF7342BEE2D1BED13
B)InGame more InfoNo
1.3)Tell us about your CGG life:I was introduced to a CGG
servers. His name is Kadir, my name is Gio. I think cutting off
a good host here. And I liked it adds to your carbon scenario
better for you
1.4)Did you got any ban?(If yes tell reason):No
1.5)Do you know any supporter(If yes state their names):yes
Horizon
1.6)Why do you want to become a supporter:I wanted to help the
server by make all players follow rules and all people respect
all admin and staffs and no one flame and no one insult and i
want to help the players and give them tips to be good players
and i wish to do that in the server. Thank You all readers
C)Scripting Skills
1.7)Are you a scripter:Yes
1.8)Your scripting Skills(0/20):(17/20)
1.9)Post any script you made by yourself
Script : [glow=red,2,300]local ddmarker = createMarker( 2719,
-1828, 11, "cylinder", 2, 255, 255, 0, 170, false )
createBlipAttachedTo(ddmarker, 11) -- created dd marker and with
the same x y and z created this blip by attaching it
participateWindow = guiCreateWindow(436, 368, 448, 220, "CFG DD
Event", false) -- gui things, window,button,label(just a text)
participateButton = guiCreateButton(77, 150, 128, 43,
"Participate", false, participateWindow)
guiWindowSetSizable(participateWindow, false)
participateLabel = guiCreateLabel(10, 21, 446, 162, "Hello
\"..playerName..\", you are about to participate in dd event,
\nwhere you can kill people with car, by dropping them in water.
Click \nbutton Participate, but it costs 5,000$. \nIf you don't
want to participate, or lose 5,000$ click Cansel Button. \nBut
also you must know that, if you win this event you will get
\n50,000$.", false, participateWindow)
guiSetFont(participateLabel, "clear-normal")
guiSetFont(participateButton, "default-bold-small")
canselButton = guiCreateButton(233, 150, 128, 43, "Cansel",
false, participateWindow)
guiSetFont(canselButton, "default-bold-small")
guiSetVisible (participateWindow, false) -- helps us that when
we join server doesn't open it
addEventHandler("onClientGUIClick", canselButton, function ()
guiSetVisible(jobWindow, false) showCursor(false) end, false) --
close this gui with button
addEventHandler ( "onClientGUIClick", participateButton, initGUI
) -- with participate button uses intiGUI function which is
below this.
function enteredMarker() -- function, when we will hit this
marker this window appears, which is in top.
if ( guiGetVisible ( participateWindow ) == false ) then
guiSetVisible ( participateWindow, true )
if ( showCursor == false) then
showCursor(true)
local playerName = getPlayerName(thePlayer)
end
end
end
addEventHandler ( "onClientMarkerHit", getRootElement(),
enteredMarker )
function initGUI( ) -- function which will do things when we
will click participate button, top of script.
local count = getElementData(localPlayer,"Your_Data")
setElementData(localPlayer,"Your_Data",count+1)
takePlayerMoney(10000)
exports.CSUtexts:output("You have been participated in event,
wait for other players, to participate and when you reach 10
players, event will be started automaticaly.", 255, 255, 0)
guiSetVisible ( participateWindow, false )
end
function onQuitGame( ) -- if player quit he will lost his money
which he paid and also server will lose data if it was 5 it will
be 4
local count = getElementData(localPlayer,"Your_Data")
setElementData(localPlayer,"Your_Data",count-1)
end
addEventHandler( "onClientPlayerQuit", getRootElement(),
onQuitGame )
addCommandHandler("leavedd", onQuitGame)
function checkPlayers() -- with command ddevent it shows data
means players who is signed and outputs text in topbar.
local playersInDD = getElementData(localPlayer,"Your_Data")
exports.CSUtexts:output("There are "..playersInDD.."/10 players
signed in event", 255, 255, 0)
end
addCommandHandler("ddevent", checkPlayers)
function warpPlayers() --not done yet but when player reach 10
it will warp you to the dimension and interior with cars.
if (getElementData(localPlayer,"Your_Data", 10)) then
exports.CSUtexts:output("10/10 players have signed in event,
wait 10 seconds, to be warped.", 255, 255, 0)
setTimer(1000, 1)
end
end
-- this stuffs aren't mine idk anything about race scripts, so i
get it from community, its shooter thing.
cLP = getLocalPlayer()
screenWidth, screenHeight = guiGetScreenSize()
function cRStest()
setTimer(resourcesCheck, 10000, 1)
end
addEventHandler("onClientResourceStart", getRootElement(),
cRStest)
function resourcesCheck()
if check=="done" then return
else
setRadioChannel(0)
setTimer(cbinds, 1000, 1)
textToggle=0
check="done"
end
end
function cRS()
if check=="done" then return
else
setRadioChannel(0)
setTimer(cbinds, 3333, 1)
textToggle=0
check="done"
end
end
addEventHandler("onClientPlayerSpawn", getLocalPlayer(), cRS)
function markers(player)
if isPedInVehicle(player) then
local vehicle = getPedOccupiedVehicle(player)
fixVehicle(vehicle)
end
end
addEventHandler("onClientMarkerHit",
getResourceRootElement(getThisResource()), markers)
function cbinds()
local keys1 = getBoundKeys("vehicle_fire")
local keys2 = getBoundKeys("vehicle_secondary_fire")
if keys1 then
for keyName, state in pairs(keys1) do
bindKey(keyName, "down", cdoshoot)
end
bindKey("F", "down", cdoshoot)
cbindsText = "- Press F or the button you use to fire to shoot
rockets!\n- You can shoot once every 3 seconds.\n- good luck and
have fun!.Scipt made By EDOS"
end
if keys2 then
for keyName, state in pairs(keys2) do
bindKey(keyName, "down", cdoshoot)
end
end
if (not keys1) and (not keys2) then
bindKey("F", "down", cdoshoot)
bindKey("lctrl", "down", cdoshoot)
bindKey("rctrl", "down", cdoshoot)
cbindsText = "- Press F or CTRL to shoot rockets!\n- You can
shoot once every 3 seconds."
end
theVehicle = getPedOccupiedVehicle(cLP)
allowShoots()
bindKey("M", "down", toggleText)
outputChatBox("#FF0000Press #00ff00M #ff0000to show/hide
instructions! ", 255, 255, 255, true)
end
function toggleText()
if textToggle==0 then
addEventHandler("onClientRender", getRootElement(), bindsText)
textToggle=1
elseif textToggle==1 then
removeEventHandler("onClientRender", getRootElement(),
bindsText)
textToggle=0
end
end
function allowShoots()
bindTrigger = 1
end
function cdoshoot()
if bindTrigger == 1 then
if not isPlayerDead(cLP) then
bindTrigger = 0
local x,y,z = getElementPosition(theVehicle)
local rX,rY,rZ = getVehicleRotation(theVehicle)
local x = x+4*math.cos(math.rad(rZ+90))
local y = y+4*math.sin(math.rad(rZ+90))
createProjectile(theVehicle, 19, x, y, z, 1.0, nil)
setTimer(allowShoots, 3000, 1)
end
end
end
function bindsText()
dxDrawText(cbindsText, screenWidth/15, screenHeight/2.5,
screenWidth, screenHeight, tocolor(0, 149, 254, 255), 0.75,
"bankgothic")
end[/glow]
D)About your real life
2.0)Tell us about your real life:hello, my name is Binh, I live
in Vietnam. This year I have 15 years old. I have 4 people in
the family, father, mother, brother and me. I have 2 dogs home,
and named ki, tun. I love playing games, especially games MTA:
SA. I've been playing this game for 4 years. I like to eat pizza
and fried fish. My life is very good, because I do well. thank
you for reading[/glow][/glow]
2.1)Real life name: Bình
2.2)Your age:15 year old
E)ScreenShots
2.3)Screenshot of your punishlog(Do /punishlog)(SS of the whole
PunishLog nor only 50%)(LINK):
HTML http://postimg.org/image/rwxwodjth/
2.4)ScreenShot of TAB(LINK):
HTML http://postimg.org/image/5tb32bl4z/
F)Answer with Y/N
2.5)Did you meet all requirments?:Yes
2.6)You will abuse your powers if accepted?:No
2.7)You be loyal and respect every player and staff member?:Yes
2.8)Do you like/enjoy CGG life?:Yes
2.9)You will mute every spammer?:Yes
3.0)ANYTHING MORE TO TELL US?(If yes type it):I'll try to be a
responsible enough staff in CGG servers. and I will never abuse
panel to punish the player (no reason). I guarantee everyone
will enjoy the play you accept me. thanks for reading
[/glow]
I Love Sever CGG ♥♥♥
#Post#: 456--------------------------------------------------
Re: Fetamin - Staff Application
By: Remon21 Date: June 22, 2014, 9:31 am
---------------------------------------------------------
OMG you did Wrong things -.-
Pls add me in skype remon.ehab21
#Post#: 473--------------------------------------------------
Re: Fetamin - Staff Application
By: fetamin Date: June 23, 2014, 9:00 am
---------------------------------------------------------
i no have skype
And you can +1 or -1 Me. i is [CL*]Gio friend kadir :P
#Post#: 478--------------------------------------------------
Re: Fetamin - Staff Application
By: Blid-BoY Date: June 24, 2014, 1:40 pm
---------------------------------------------------------
bad english skills brio :p
#Post#: 485--------------------------------------------------
Re: Fetamin - Staff Application
By: riccardo Date: August 30, 2014, 2:45 am
---------------------------------------------------------
DENIED
*****************************************************