Menu

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.

Show posts Menu

Messages - Pietersen

#1
Scripting and Server Management / Timer
Mar 10, 2015, 04:12 PM
Shit What is problem i Add the smuggle system of 0.3 and it give me error on this line
 NewTimer( "open", 120000, 0 );   


The error is given timer back does not exist


This is function

function open()
{
openn=true;
ClientMessageToAll( "Cargo is ready, it will be moved to another city in a minute.",255,255,0);
ClientMessageToAll( "Hurry and steal it from docks and sell it to any wepons shop you only have 1 min.",255,255,0);
NewTimer( "close", 60000, 1 );

}
#2
Scripting and Server Management / Drug System
Mar 10, 2015, 03:35 PM
Hello I Create a New System of Drug System but i am facing problem this is my system
my this line not works

 else if ( cmd == "buydrugs" )
{
This Lines not work nothing show directly it goes in next lineif( offerdrugs == false ) ePrivMessage( "No one offer drugs to you", player );
else if ( player.Cash < 250 ) ePrivMessage( "You need $250 to buy drugs or goto store to buy it!", player );
else
{
     BuyDrugs( player )
    ePrivMessage( "You have buy drugs from " + player.Name + " ", player );
}
}



This is Function

       function offerdrugs( player )
{
    if( offerdrugs == false ) ePrivMessage( "No one offer drugs to you", player );
    if( offerdrugs == true ) ePrivMessage( "Buy Drugs " + player.Name + ".", player);
}



And this on Playerstats
offerdrugs = false;




How can i set that line







2. Well if you help me in upper situation then there is another problem if some one buy drug from someone the buyer cash will decrease but how can i increases a drugdealer money


#3
Scripting and Server Management / Re: Map Pos
Mar 10, 2015, 01:47 PM
well i type CreateObject( 6003, 0, FindPlayer(0).Pos, 255 );    it created but it half size is in earth and i create one more this that seby give in custom object video but i can go inside it i mean i can go in from it and get out from other place
What the problem?
#4
Scripting and Server Management / Re: Map Pos
Mar 10, 2015, 03:45 AM
WHAT ARE U ALL fUC**** I am not a PysChO_Killer got it?
#5
Scripting and Server Management / Re: Map Pos
Mar 09, 2015, 04:53 PM
can someone can tell me?
#6
General Discussion / Re: Convert Script
Mar 09, 2015, 04:52 PM
reply?
#7
General Discussion / Re: Convert Script
Mar 09, 2015, 04:37 PM
seebbyy i tried there but at the end when i start server and go in game server automatically get off again and  again what is problem?
#8
Scripting and Server Management / Map Pos
Mar 09, 2015, 04:03 PM
I am Facing Problem I add a custom Object but it position is always under the earth how can i set it to staright place?
#9
General Discussion / Re: Convert Script
Mar 09, 2015, 04:01 PM
THNX FOR HELping
#10
General Discussion / Convert Script
Mar 09, 2015, 03:53 PM
Hello I am New in VCMP ( 0.4 ) And i wanna know How can I Convert My Script 0.3 To 0.4