VKs Official Server
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Unban Appeal
by VK.Angel.OfDeath Sun Mar 31, 2024 8:29 am

» [Solved] Password Reset
by VK.Angel.OfDeath Sat Mar 23, 2024 9:32 pm

» Ramadan Mubarak in Advance
by Shafin Sat Mar 23, 2024 1:52 pm

» Fatal Force - F2
by [F2]M60^ Sat Feb 24, 2024 4:07 pm

» Illegal Immigration | Old Memories | 2017
by BlackOps_Killer Fri Feb 09, 2024 5:25 pm

» VKs and VCMP Previews
by SJHere Sat Jan 20, 2024 1:51 pm

» The Resurgence 4th Year of Anniversary!
by Ninja Tue Jan 16, 2024 10:30 am

» [Solved]Stats Transfer application - Shado[W]^
by SJHere Mon Nov 27, 2023 5:06 pm

» Hi to all my good friends
by VK.Angel.OfDeath Sat Nov 18, 2023 9:04 am

» [Closed] Admin Application - F2.Ninja
by VK.Angel.OfDeath Sat Nov 18, 2023 8:49 am

» [Closed] Suggestion - We can change weather in props
by VK.Angel.OfDeath Sat Nov 18, 2023 8:45 am

» [Denied] Suggestion - Garbageman Job
by VK.Angel.OfDeath Sat Nov 04, 2023 8:27 pm

» Server Files (24/10/2023)
by VK.Angel.OfDeath Sun Oct 29, 2023 1:22 pm

» [Accepted] playaaa, ULK.Hulk. [M4]Halilibow - speed hacking in parkours
by VK.Angel.OfDeath Sun Oct 29, 2023 1:15 pm

» [Solved] Password Reset- TrapHole
by VK.Angel.OfDeath Sun Oct 29, 2023 1:13 pm

» [Solved] Request for Password Reset (2)
by VK.Angel.OfDeath Sat Oct 21, 2023 1:14 pm

» [Solved] Password Rest
by [RPG]G_man Thu Oct 05, 2023 9:07 pm

» [Noted] FPV Suggestion
by SJHere Sat Sep 02, 2023 8:31 pm

» [Solved] Pass Reset Application Foster^
by VK.Angel.OfDeath Fri Jul 28, 2023 12:00 pm

» Wanna start over again?
by palestrino Wed Jul 26, 2023 2:06 am

» hey guys <3
by D@Ch0uChI. Thu Jul 13, 2023 1:51 am

» [Solved] Stats Transfer
by SJHere Sat Jun 17, 2023 6:03 pm

» [Solved] Password Reset
by D4rKR420R Wed May 24, 2023 1:36 am

» Let's all gather after May in VKs
by Mike Sat May 20, 2023 4:55 pm

» [Denied] Player report - [ON]HunTinG
by D4rKR420R Tue May 02, 2023 5:25 am

» Hi halo here
by Alone Sun Apr 30, 2023 11:28 am

» An old Player Of Vks
by Alone Sat Apr 22, 2023 12:01 am

» [Bug Report] Bug in /domination - invisible bridge
by VK.Angel.OfDeath Wed Apr 19, 2023 3:38 pm

» [Noted] Bug Report - Zone
by LOGiC ™ Wed Mar 08, 2023 4:52 pm

» [Noted] Just Suggestion
by LOGiC ™ Wed Mar 08, 2023 4:11 pm

Top posters
ЧК. (8555)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
VK.Angel.OfDeath (6454)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
=SdS=KrlozZ... (6433)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
D4rKR420R (5469)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
=KF=Thunder^ (5405)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
Pavonis (5197)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
SJHere (4421)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
Emma (4261)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
Vipe[R] (3756)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 
47. (3704)
[Denied] Anti-Spawn Killing I_vote_lcap[Denied] Anti-Spawn Killing I_voting_bar[Denied] Anti-Spawn Killing I_vote_rcap 

Statistics
We have 1947 registered users
The newest registered user is Toretto.

Our users have posted a total of 217818 messages in 16809 subjects
Top posting users this month
No user

Top posting users this week
No user


[Denied] Anti-Spawn Killing

+7
Emma
Razor
VK.Angel.OfDeath
VK.Luca
ЧК.
Coudy__
[MLP]Spitfire
11 posters

Go down

[Denied] Anti-Spawn Killing Empty [Denied] Anti-Spawn Killing

Post by Guest Thu May 29, 2014 6:47 am

i Suggest this because i see the rules on forum the codes for Anti-Spawn Killing

On The Top


new AntiSpawn[MAX_PLAYERS];

On The Spawn


AntiSpawn[playerid] = 1;
SetTimer("SpawnKilling", 5000, 0);
GameTextForPlayer(playerid," Spawn Protection ");

On OnPlayerDeath


if (AntiSpawn[playerid] == 1) {
SetPlayerHealth(killerid, 0);
SendClientMessage(killerid, COLOR_RED, " [Auto-Kill] Reason SpawnKilling ");
}


Now The Public

public SpawnKilling() {
   for(new i = 0; i < MAX_PLAYERS; i++) {
       if(IsPlayerConnected(i)) {
      if(AntiSpawn[i] == 1) {
          SendClientMessage(i,COLOR_YELLOW,"Spawn Protection Offline!!");
AntiSpawn[i] = 0;
     }
 }
 }
return 1;
}
Anonymous
Guest
Guest


Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by [MLP]Spitfire Thu May 29, 2014 7:10 am

Good suggestion!
[MLP]Spitfire
[MLP]Spitfire
Veteran Member
Veteran Member

Gender : Male
Posts : 265
Points : 368
Reputation : 10
Join date : 2014-05-02
Age : 23

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Guest Thu May 29, 2014 7:27 am

[MLP]Spitfire wrote:Good suggestion!

Thank you  Wink 
Anonymous
Guest
Guest


Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Coudy__ Thu May 29, 2014 10:26 am

Razz NiceY Dude
Coudy__
Coudy__
Veteran Member
Veteran Member

Gender : Male
Posts : 449
Points : 666
Reputation : 8
Join date : 2014-04-25
Age : 25
Location : Hyderabad,Sindh,Pakistan

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by ЧК. Thu May 29, 2014 11:13 am

Nice suggestion
I was thinking about that
ЧК.
ЧК.
Manager & Forum Admin
Manager & Forum Admin


Gender : Male
Posts : 8555
Points : 9125
Reputation : 123
Join date : 2014-05-02
Age : 25
Location : Dubai, UAE

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Coudy__ Thu May 29, 2014 11:17 am

But he posted first Very Happy Good luck for an other Suggestion GHost
Coudy__
Coudy__
Veteran Member
Veteran Member

Gender : Male
Posts : 449
Points : 666
Reputation : 8
Join date : 2014-04-25
Age : 25
Location : Hyderabad,Sindh,Pakistan

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Guest Thu May 29, 2014 11:34 am

Aries wrote:Razz NiceY Dude

Thanks
Anonymous
Guest
Guest


Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Guest Thu May 29, 2014 11:35 am

.G.H((O))S.T. wrote:Nice suggestion
I was thinking about that

Thank you i post it before you Razz
Anonymous
Guest
Guest


Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by VK.Luca Thu May 29, 2014 5:49 pm

VK.ViCeCiTy wrote:i Suggest this because i see the rules on forum the codes for Anti-Spawn Killing

On The Top


new AntiSpawn[MAX_PLAYERS];

On The Spawn


AntiSpawn[playerid] = 1;
SetTimer("SpawnKilling", 5000, 0);
GameTextForPlayer(playerid," Spawn Protection ");

On OnPlayerDeath


if (AntiSpawn[playerid] == 1) {
SetPlayerHealth(killerid, 0);
SendClientMessage(killerid, COLOR_RED, " [Auto-Kill] Reason SpawnKilling ");
}


Now The Public

public SpawnKilling() {
   for(new i = 0; i < MAX_PLAYERS; i++) {
       if(IsPlayerConnected(i)) {
      if(AntiSpawn[i] == 1) {
          SendClientMessage(i,COLOR_YELLOW,"Spawn Protection Offline!!");
AntiSpawn[i] = 0;
     }
 }
 }
return 1;
}


Nice suggestion +1
VK.Luca
VK.Luca
Legendary Member
Legendary Member

Gender : Male
Posts : 1375
Points : 1615
Reputation : 23
Join date : 2012-10-28
Age : 22
Location : Macin, Tulcea, Romania, Europe, Earth, The Milky Way. Universe

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Guest Thu May 29, 2014 5:55 pm

Luca Man wrote:
VK.ViCeCiTy wrote:i Suggest this because i see the rules on forum the codes for Anti-Spawn Killing

On The Top


new AntiSpawn[MAX_PLAYERS];

On The Spawn


AntiSpawn[playerid] = 1;
SetTimer("SpawnKilling", 5000, 0);
GameTextForPlayer(playerid," Spawn Protection ");

On OnPlayerDeath


if (AntiSpawn[playerid] == 1) {
SetPlayerHealth(killerid, 0);
SendClientMessage(killerid, COLOR_RED, " [Auto-Kill] Reason SpawnKilling ");
}


Now The Public

public SpawnKilling() {
   for(new i = 0; i < MAX_PLAYERS; i++) {
       if(IsPlayerConnected(i)) {
      if(AntiSpawn[i] == 1) {
          SendClientMessage(i,COLOR_YELLOW,"Spawn Protection Offline!!");
AntiSpawn[i] = 0;
     }
 }
 }
return 1;
}


Nice suggestion +1

ThanX
Anonymous
Guest
Guest


Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by VK.Angel.OfDeath Thu May 29, 2014 7:09 pm

Luca Man wrote:
VK.ViCeCiTy wrote:i Suggest this because i see the rules on forum the codes for Anti-Spawn Killing

On The Top


new AntiSpawn[MAX_PLAYERS];

On The Spawn


AntiSpawn[playerid] = 1;
SetTimer("SpawnKilling", 5000, 0);
GameTextForPlayer(playerid," Spawn Protection ");

On OnPlayerDeath


if (AntiSpawn[playerid] == 1) {
SetPlayerHealth(killerid, 0);
SendClientMessage(killerid, COLOR_RED, " [Auto-Kill] Reason SpawnKilling ");
}


Now The Public

public SpawnKilling() {
   for(new i = 0; i < MAX_PLAYERS; i++) {
       if(IsPlayerConnected(i)) {
      if(AntiSpawn[i] == 1) {
          SendClientMessage(i,COLOR_YELLOW,"Spawn Protection Offline!!");
AntiSpawn[i] = 0;
     }
 }
 }
return 1;
}


Nice suggestion +1

Vicecity please do not thank everyone who says good suggestion. It just makes the topic a lot longer and is pretty pointless. Hope you don't take this the wrong way, because I really appreciate that you are so active on the forum Smile.
VK.Angel.OfDeath
VK.Angel.OfDeath
Server Owner & Forum Admin
Server Owner & Forum Admin

Posts : 6454
Points : 9307
Reputation : 127
Join date : 2012-10-28
Age : 29
Location : Sweden

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Razor Thu May 29, 2014 8:50 pm

Angel, please change your forum picture. (Its kinda dark in my house and i think i can hear someone laughing on me  pale )
avatar
Razor
Epic Member
Epic Member

Gender : Male
Posts : 511
Points : 663
Reputation : 19
Join date : 2012-10-20
Age : 26

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Emma Thu May 29, 2014 9:33 pm

razor wrote:Angel, please change your forum picture. (Its kinda dark in my house and i think i can hear someone laughing on me  pale )
my forum picture also laughs at yours Smile
Emma
Emma
Event Staff
Event Staff

Gender : Female
Posts : 4261
Points : 6189
Reputation : 81
Join date : 2013-04-25
Age : 18
Location : Next room to angel.Ofnoob (i am Rainbow)

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Izaki Fri May 30, 2014 4:31 am

+1
avatar
Izaki
Veteran Member
Veteran Member

Gender : Male
Posts : 319
Points : 333
Reputation : 15
Join date : 2012-10-23
Age : 26

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by [MLP]Twilight Sparkle Fri May 30, 2014 6:43 am

Rainbow Dash wrote:
razor wrote:Angel, please change your forum picture. (Its kinda dark in my house and i think i can hear someone laughing on me  pale )
my forum picture also laughs at yours Smile
We want rick and not the governor Very Happy!
[MLP]Twilight Sparkle
[MLP]Twilight Sparkle
Veteran Member
Veteran Member

Gender : Male
Posts : 376
Points : 527
Reputation : 8
Join date : 2014-04-30
Age : 23

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by SuFyastiC Fri May 30, 2014 8:30 am

ExCelenTa Smile, but don't know much about scripting Razz
SuFyastiC
SuFyastiC
Ultra Legendary

Gender : Male
Posts : 2124
Points : 2787
Reputation : 20
Join date : 2013-07-04

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Guest Thu Jun 26, 2014 10:31 am

Angel i need your Replay Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil
Anonymous
Guest
Guest


Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by VK.Angel.OfDeath Sun Aug 24, 2014 1:47 pm

Not needed at the moment, But thanks for taking your time to suggest it.
VK.Angel.OfDeath
VK.Angel.OfDeath
Server Owner & Forum Admin
Server Owner & Forum Admin

Posts : 6454
Points : 9307
Reputation : 127
Join date : 2012-10-28
Age : 29
Location : Sweden

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by EK.CrystalBlue Sun Aug 24, 2014 9:53 pm

Please note that your code is bugged.
EK.CrystalBlue
EK.CrystalBlue
Deputy Chief of the Community
Deputy Chief of the Community

Best christ 15
Homocide detective
Pizza Expert
Posts : 3621
Points : 4218
Reputation : 28
Join date : 2012-10-31
Age : 31
Location : I am CRYSTAL u never found me!!!!!

Back to top Go down

[Denied] Anti-Spawn Killing Empty Re: [Denied] Anti-Spawn Killing

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum