Author Topic: Only Little Bit Help i want?  (Read 6727 times)

0 Members and 2 Guests are viewing this topic.

Offline faizan12345

  • Street Thug
  • *
  • Posts: 22
  • VV Developer
    • View Profile
Only Little Bit Help i want?
« on: February 09, 2012, 07:38:35 am »
1) My spawn characters doesn't show their skin names.
    I want they show their skin names...


2) And I want to remove team killing (Same skin players cannot able to Kill Each others)?


Please Resolve these Problems,I shall be Thankful to you For this act of Kindness...

Offline RasikhQadeer

  • Street Thug
  • *
  • Posts: 49
  • Hero_Great! The Great Scripter!
    • View Profile
Re: Only Little Bit Help i want?
« Reply #1 on: February 09, 2012, 06:25:54 pm »
add this OnGameModeInitIt
[pawn]SetPlayerFriendlyFire False[/pawn]

Offline heekz.shadow

  • LU testers
  • Made Man
  • *
  • Posts: 249
    • View Profile
Re: Only Little Bit Help i want?
« Reply #2 on: February 09, 2012, 07:03:55 pm »
add this OnGameModeInitIt
[pawn]SetPlayerFriendlyFire False[/pawn]
\

You missed the ( ) and the ; . Actually works with false / true like 0 / 1 . [pawn]SetPlayerFriendlyFire( 0 );[/pawn]
Code: [Select]
[20:23] <habi> later only i heard that lu chatbox is customizable. On my first visit, it appeared ugly.
[20:23] <habi> May be that also be the reason why lu has no players

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Only Little Bit Help i want?
« Reply #3 on: February 10, 2012, 07:59:57 am »
1) My spawn characters doesn't show their skin names.
    I want they show their skin names...
[pawn]OnPlayerRequestClass(playerid, classid)[/pawn]
[pawn]if( classid == 0 )
    {
    //Some code here
    }[/pawn]
I don't have enough time to explain more.
I'm beginning to feel like a Lag God, Lag God

Offline faizan12345

  • Street Thug
  • *
  • Posts: 22
  • VV Developer
    • View Profile
Re: Only Little Bit Help i want?
« Reply #4 on: February 10, 2012, 02:45:00 pm »
Thanks...
But can any one give me spree command..?

Offline RasikhQadeer

  • Street Thug
  • *
  • Posts: 49
  • Hero_Great! The Great Scripter!
    • View Profile
Re: Only Little Bit Help i want?
« Reply #5 on: February 10, 2012, 03:56:08 pm »
thanks shadow and fuzzy faizan i am sorry but i can not make a spree cmd and i dont wanna copy paste from warchiefs i will try making one on my own for gups so please wait or ask help from some big scripters!

Offline Innocent Heart

  • Wiseguy
  • **
  • Posts: 51
  • Crime Investigation Department Owner
    • View Profile
    • Crime Investigaton Department
Re: Only Little Bit Help i want?
« Reply #6 on: February 10, 2012, 04:05:07 pm »
thanks shadow and fuzzy faizan i am sorry but i can not make a spree cmd and i dont wanna copy paste from warchiefs i will try making one on my own for gups so please wait or ask help from some big scripters!
Yes Like BIG[H] or Madara Or Others .......................!
Conatact Information :
Facebook:-www.facebook.com/dashingjaff
Youtube:-www.youtube.com/NooranScripter

====>My Server Info  < ========
ServerName :- CID-Server
Server Clan :- [D.R] Dakriders
Server Forum :- www.CidServer.tk
Clan Forum :-www.Drgang.tk
=====> DarkRiders Group <=====

Pm Me If U want To be Pro In Scripting !
Those Who Banned my Ip and My Freind's Ip They Are Big Fuckers...!

Offline faizan12345

  • Street Thug
  • *
  • Posts: 22
  • VV Developer
    • View Profile
Re: Only Little Bit Help i want?
« Reply #7 on: February 10, 2012, 06:01:25 pm »
ok Rashikh iam waiting...
But can you tell me about
I want to remove score points system...
i want to add money system and stats system
what i do?
and if some one register with us when he left and connect again he dont loose his money...

Offline Innocent Heart

  • Wiseguy
  • **
  • Posts: 51
  • Crime Investigation Department Owner
    • View Profile
    • Crime Investigaton Department
Re: Only Little Bit Help i want?
« Reply #8 on: February 10, 2012, 06:52:14 pm »
ok Rashikh iam waiting...
But can you tell me about
I want to remove score points system...
i want to add money system and stats system
what i do?
and if some one register with us when he left and connect again he dont loose his money...

What do U Mean bY Score Points System ???
Conatact Information :
Facebook:-www.facebook.com/dashingjaff
Youtube:-www.youtube.com/NooranScripter

====>My Server Info  < ========
ServerName :- CID-Server
Server Clan :- [D.R] Dakriders
Server Forum :- www.CidServer.tk
Clan Forum :-www.Drgang.tk
=====> DarkRiders Group <=====

Pm Me If U want To be Pro In Scripting !
Those Who Banned my Ip and My Freind's Ip They Are Big Fuckers...!

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Only Little Bit Help i want?
« Reply #9 on: February 11, 2012, 05:17:39 am »
I want to remove score points system...
Put this at OnPlayerDeath
[pawn]   if( GetPlayerScore(killerid) != 0 )
   {
       SetPlayerScore(killerid,0);
       return 1;
   }[/pawn]

Haven't tested this..
I'm beginning to feel like a Lag God, Lag God

Offline faizan12345

  • Street Thug
  • *
  • Posts: 22
  • VV Developer
    • View Profile
Re: Only Little Bit Help i want?
« Reply #10 on: February 11, 2012, 07:26:25 am »
means
i dont want to show your points by pressing f5...
I want it shows money of player

Offline faizan12345

  • Street Thug
  • *
  • Posts: 22
  • VV Developer
    • View Profile
Re: Only Little Bit Help i want?
« Reply #11 on: February 11, 2012, 07:29:28 am »
Fuzzy...
can you tell me about !heal command with timer or !goto, !gotoloc, !fix commands also with timer?

Offline Innocent Heart

  • Wiseguy
  • **
  • Posts: 51
  • Crime Investigation Department Owner
    • View Profile
    • Crime Investigaton Department
Re: Only Little Bit Help i want?
« Reply #12 on: February 11, 2012, 08:49:08 am »
means
i dont want to show your points by pressing f5...
I want it shows money of player
oHHH ok !
Conatact Information :
Facebook:-www.facebook.com/dashingjaff
Youtube:-www.youtube.com/NooranScripter

====>My Server Info  < ========
ServerName :- CID-Server
Server Clan :- [D.R] Dakriders
Server Forum :- www.CidServer.tk
Clan Forum :-www.Drgang.tk
=====> DarkRiders Group <=====

Pm Me If U want To be Pro In Scripting !
Those Who Banned my Ip and My Freind's Ip They Are Big Fuckers...!

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Only Little Bit Help i want?
« Reply #13 on: February 11, 2012, 05:31:08 pm »
Fuzzy...
can you tell me about !heal command with timer or !goto, !gotoloc, !fix commands also with timer?
You can't set a timer to a specific person as the SetTimer Function in Pawn does not have an argument's perimeter..
means
i dont want to show your points by pressing f5...
I want it shows money of player
This is actually an idea taken from Ka Deathmatch as they also use money instead of Score Points.. The idea is still the same. All you have to do is get the decrease the players cash and set the players score according to the cash and increase the killers cash and set the killers score according to the cash.. I do think that actually your even thinking on how to do this..
I'm beginning to feel like a Lag God, Lag God

Offline faizan12345

  • Street Thug
  • *
  • Posts: 22
  • VV Developer
    • View Profile
Re: Only Little Bit Help i want?
« Reply #14 on: February 12, 2012, 07:52:36 am »
thanks fuzzy i try it,,
Another thing i want to ask,
Is there any system for Pawn to spawn characters at random loc.
Like KA server...