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 - RyderX

#1
And Does VC:MP Provides LAN Servers? mean just CLient to test script in my pc not a host just testing.
#2
Ok i understood it,
OT:all VCMP Server based in SQL?
#3
Okay then, But it there any includes?
For Example: function onPlayerCommand( invoker, command, arguments ){
if( command == "healme" ) //You don't need to put a '/' here.
{
if( invoker.Health == 100 ) PrivMessage( invoker, "You already have 100 HP." );
else {
invoker.Health = 100;
MessagePlayer( "INFO: You've 100 HP now.", invoker );
//This are the 2 functions to send a personal Message( PM ) to a player from the server.
}
}
}

This the code you gave it, is there in the up[in the beginning of the script] something like #include <a_vcmp>? Or just you can type command with callbacks and function and done?
#4
Bump
#5
Introduction
Hello all Vice City Multi-player Followers, i came to VC:MP and im new here i came From SA:MP and i am Scripter There.
Hope that world would be cool and Fun.

ON-Topic
Hello VC:MP Developer Stromeus And all Beta Tester[Wiki....],
i'm just asking that in VC:MP i can make Scripts? Like Gamemode and filterScripts and includes and anything like that?
And can someone give me an example of making a little script like /healme to see the style of the scripting.
And if there's advantages to make scripts then what is the Applications to make scripts in it?
Thanks Very much :).