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.


Messages - [GCK]KoFFe

Pages: [1] 2
1
mIRC/pawn Scripting / HELP
« on: February 05, 2011, 02:42:45 pm »
how to use SendRconCommand and SendRconEvent
i used this website example but not works for me Please help

http://famp.ru/wiki/SendRconCommand

please give any example Please help

3
mIRC/pawn Scripting / Re: HELP : !LMS IN PAWNO !!!!!!!!!!!!!!
« on: February 05, 2011, 10:57:27 am »
What Ever i heard that BIG[H] is Making LMS in pawno hope he will help

4
mIRC/pawn Scripting / Re: [Pawn]Timers
« on: February 05, 2011, 10:56:26 am »
Quote
which doesnt exists in VCMP.
XD ;D

5
mIRC/pawn Scripting / Re: [Pawn]Timers
« on: February 04, 2011, 01:00:07 pm »
use Public instead of stock


Quote
stock test()
{
    SendClientMessageToAll(COLOR_GREEN,"blablabla");
    ServerInfo[0][variable] = 1;
}

SetTimer("test",10000,0");  //

To
Quote
public test()
{
    SendClientMessageToAll(COLOR_GREEN,"blablabla");
    ServerInfo[0][variable] = 1;
}

SetTimer("test",10000,0");  //

6
mIRC/pawn Scripting / Re: [Pawn]Timers
« on: February 04, 2011, 12:44:46 am »
 :-\ like what any idea? could u gave us any script idea

Well timer don't works on

public bla(playerid)
{
Bla bla bla
}

which include playerid or else
it should be cleared like ()

public Whatever()
{
Never Mind
}

SetTimer("Whatever",5000,false);

Whatever is Variable that Runs 

and 5000 is Time settings 5000 = 5secs
and false thing is loop the timer you can use True/False or 1/0

7
mIRC/pawn Scripting / Re: PLEASE I NEED HELP :/
« on: February 03, 2011, 11:25:56 am »
Hmm you add/make some variable's your self to define things Like
#include <Dini>

stock encrypt password

bla bla bla

maybe you shouldd add monkey scripts to GUPS Easy and better idea  ;)

8
mIRC/pawn Scripting / Re: PLEASE I NEED HELP :/
« on: February 03, 2011, 12:43:32 am »
Quote
whats psyshell Huh Huh Huh Huh ?

its in mIRC script like WSV FBS etc
Well u can get Reward in GUPS by killing but if you want spree u can make one XD

9
mIRC/pawn Scripting / Re: i wanna set world bounds who can help me ? :/
« on: February 02, 2011, 11:16:44 am »
Don't  make new Noobish topics

see this
http://forum.vicecitymultiplayer.com/index.php?topic=2458.0

10
mIRC/pawn Scripting / Re: Where to add SetWorldBounds
« on: February 01, 2011, 11:56:20 am »
Its a Global Variable it should be in Gamemodeinit

public GamemodeInit()
{
SetWorldBounds(5000.0,-5000.0,5000.0,-5000.0); //this is For all Map
//Extra bla bla bla bla
}

its Set's a Place where Player Can't get out like a island DM or Building DM etc

11
mIRC/pawn Scripting / Re: /c buyweps (In gups) Help-me!?
« on: January 31, 2011, 02:58:33 pm »
i made the spree sys But i need anyone to Fix my BUG before i release script

13
mIRC/pawn Scripting / HELP!
« on: January 30, 2011, 11:50:15 pm »
hi
any one will help me to Fix my Server BUGS PLease  ::)

Like Tamas Falcon because When it is Fixed i will release my scripts PM ME WHO CAN HELP ME

14
mIRC/pawn Scripting / Re: /c buyweps (In gups) Help-me!?
« on: January 30, 2011, 06:44:42 pm »
Hello i am noob can any one give me wanted / spree system in pawn

15
mIRC/pawn Scripting / Re: Gups 1.16a Script spawn vehicle
« on: January 24, 2011, 05:40:07 pm »
and also add CreatePickup and DeletePickup  and Clock counting settimerate in 0.4 and when will it be released?

Pages: [1] 2