Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Castagna

Pages: [1] 2
1
Extreme Addicts / New scripts released! Vanilla v4.0
« on: August 03, 2014, 06:23:06 am »
New scripts has been released. Get more info about it here: http://ea.vrocker-hosting.co.uk/index.php?topic=3092.0

2
Extreme Addicts / New script update to be released next week
« on: July 03, 2014, 06:09:20 am »
Find the entire post information about the new scripts in the link below:

http://ea.vrocker-hosting.co.uk/index.php?topic=2998.0

3
General Discussion / MOVED: Help!
« on: June 07, 2014, 08:19:34 pm »

4
Extreme Addicts / Important announce: Banlist/Territories
« on: January 18, 2014, 03:08:39 am »
Ban-list and territories have been cleaned up.

More info: http://ea.vrocker-hosting.co.uk/index.php?topic=2372.0

5
Extreme Addicts / Server Information
« on: April 14, 2013, 01:20:40 am »


Extreme Addicts Server IP: 94.23.157.172:5198 | vrocker-hosting.co.uk:5198

EA IRC echo channel: #extreme-addicts.echo - @LUNet (irc.liberty-unleashed.co.uk)


  • Max player's slot: */42
  • Hosting 24/7: VRocker hosting. Location: France (Europe)
  • Script name/version: EA.script v3.0 (BETA)
  • Gamemode type: Hybrid TDM (Team Death Match/RPG)
  • Programming platform: Squirrel (additional modules)
  • Encryption system: MD5 hash


6
Extreme Addicts / EA Community Website
« on: April 14, 2013, 12:39:21 am »
The following links belongs to only official webpages related to Extreme Addicts Server.





7
Servers / Grand Opening: Wildstyle
« on: October 10, 2012, 09:57:49 pm »

What is Wildstyle TDM Server? It is a new project instigated by [VU]Charleyutton. This server has been scripted and created by [VU]Charleyutton for the purpose of creating a whole new community that provides fun and warmth for the players to enjoy. Under the management of [MK]NewK, [VU]Veteran, [DU]_CoLa_Sky and =ULK=j.king, the server is keen on welcoming new players to settle down, and to help risen and maintain the popularity of VC:MP. We welcome everyone to come and enjoy playing VC:MP for what it is: Fun.

Information
Server: Wildstyle TDM
Location: France
IP: 94.23.157.172:5252
Game Mode: Team Death Match (TDM)
IRC Channel: #Wildstyle @ LUNet

For more information visit our forum.

The server will open to the public starting this Saturday 13th of October, 2012.
We hope you all come along and start playing!

8
mIRC/pawn Scripting / missing function squirrel
« on: May 28, 2011, 10:44:54 pm »
 Hi , i was looking for a missing function for the command /c ban . The cmd is complete, but when u ban someone , them when the banned player re join the server , didn't kick him (autokick - reason - banned account) . So need the function IsBanned( player ) for this :

 
Code: [Select]
function onPlayerJoin( player )
{
if ( IsBanned( player ) == 1 ) Kick( player, "auto", "Banned account" );

 }

I need this function for squirrel with Hash  :-\
                                                                                               Thx  ;)





                         

9
 Hi guys , well today I will share this useful comand for squirrel by me  :) .This command give you the total time(expresed in minutes) , that your server has been hosted , or turned on...
 
very simple  ;D

Quote
 }
     if ( cmd == "host" )
     {
          MessagePlayer( "The server has been online for" + floor( GetTickCount() / 60000 ) + " minutes.", player );
     }


10
mIRC/pawn Scripting / mIRC Support
« on: April 15, 2011, 04:15:47 am »
 I think that all of us are thinking about 0.4V right ???
  
    ;D
  
     we think about WHAT will happen with the old scripts , set in v [0.3zr2]   :-\  
   The new version is comming very soon .... so some script servers have to be re-build for adapting in v0.4 i think..

 I have some info about scirpt that will support V. 0.4 . PAWNO AND SQUIRREL  8)

                   BUT! there's a rumor about mIRC will be "extinguished" on vcmp scripting...

      Now i was adapting my server in  psyQLitte , but when i listen that mirc will desapear , I didn't know what to do  :-[

               Please if we know what will happen share here  :D THAKS  :)                

11
mIRC/pawn Scripting / Some Tips for SQUIRREL ..(help)
« on: April 03, 2011, 05:03:14 pm »
  Hi !!! Well , I left pawno scripting cause was too limited in functions and other thinks  ;D So with my friend (tato) decided to move to squirrel , witch is too much better , with more posibilities and functions  :P  ....  we just edited some thinks ,but we need to learn more about this.  So if u can help me with some basic tips , to start working with this wonderful script.   

   I need to know how to add icons ,(not ammunations shops) , a auto-heal, and a propieties system  ??? ???

                                               Thax   ::) !!!
 

12
mIRC/pawn Scripting / Drop money pickup on player dead ?? (pawno)!
« on: April 01, 2011, 12:41:48 am »
  Hi  ;D, i was trying to create a more reallystic system for kill reward .. So i thought if would be possible to make a drop money for reward. I had many troubles when i make this .I know that i have to make a new pickup on player dead with the money ID , and them add the function of pickedup .
Quote
    if(pickupid == 7) {
IncPlayerHandCash( playerid, 100);     
       
But i don't know how to delete the pickup after player take money ..... Please if someone solve this , post the code or help me by PM  :D

 thx another timeee  :P

13
mIRC/pawn Scripting / RANDOM WEATHER (pawn) help please !!!
« on: March 24, 2011, 11:37:51 pm »
Hi guys .. well i was tryng to make a random weather with pawno ,like in 2 minutes chage sunny to rainy ... i use timmers but i can't do it  ??? please someone can help me in this  ;D i reall need the code of random weather  :-[  .

                                                      THX for all  ;) !!!
 

14
Support / HELP WITH MY FRIEND!!!
« on: March 16, 2011, 05:07:37 am »
my friend can not register  :o :o :o because when he put his email the activation code is not in his mail or spamm file ???? HELP PLZ

15
mIRC/pawn Scripting / Function Pickups help plz
« on: February 28, 2011, 03:41:56 am »
Ok here is my problem ... I wanna made somthing like the same function for like 20 pickups how can i do it...i alrady tried this
Quote
}
    if(pickupid == 81 || (pickupid == 82)) {
      SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
        SendClientMessage(playerid,COLOR_JOIN,"Your Car Has Been repaired");

it work but i need help how to do it.. for more like for 20 more  or as much i want help plz !!!!! help plz   ???

thanks that's all

Pages: [1] 2