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

Pages: 1 2 [3] 4 5
31
mIRC/pawn Scripting / Re: Auto Event ??
« on: February 26, 2011, 06:47:55 am »
Use timers

32
mIRC/pawn Scripting / Re: [Pawn]Decrypt
« on: February 26, 2011, 06:47:05 am »
I do my hosting via a friend of mine and some lines keep coming up missing, i want them to be encrypted so they cant be seen. I think i will try that though.

33
mIRC/pawn Scripting / Re: [Pawn]Decrypt
« on: February 26, 2011, 01:26:26 am »
I want to encrypt some of the logs on my server so that I can keep them secure.
I want to be able to run a script (with the server) have it open up the INI and then decrypt it so I can read it

34
mIRC/pawn Scripting / [Pawn]Decrypt
« on: February 24, 2011, 02:25:33 am »
just wondering if anyone can make a decrypt for gups. I looked at the function and I'm just draving a

35
mIRC/pawn Scripting / Re: Function for pickups in PAWNO! HELP
« on: February 24, 2011, 02:20:19 am »
try
Code: [Select]
OnPickedUp(pickupid,playerid)
{
    if(pickupid == 71) {
        SendClientMessage(playerid,COLOR_GREEN,"You drink a bear");
        SetPlayerDrunk(playerid,300,true);
    }
    return 1;
}

36
mIRC/pawn Scripting / Re: Function for pickups in PAWNO! HELP
« on: February 21, 2011, 11:49:04 pm »
If you want to give each pickup an individual function....
first: Find the ID of the pickup you want (the first argument  on AddStaticPickup)
and then put
Code: [Select]
if (pickupid == <ID of pickup>
    SendClientMessage(playerid,COLOR_GREEN,"You found a cookie");
    return 1;

37
To change color u can use the color codes on the wiki here

38
mIRC/pawn Scripting / Re: One can! Llms in pawno (PWN)?
« on: February 13, 2011, 06:47:29 pm »
He's right it is very easy, I started a few months ago

39
Vice City / Re: VC First Freeroam
« on: February 06, 2011, 06:40:53 am »
It is very risky and stupid, ya know unless you restrict kick/ban/warn to level 10 admins.
Did I do that!!?!?
I did!?!?!?

 -thats right Robd is awesome   ;)

and btw we also have a votekick   :P
democracy ftw!

**edit** fixed some admin problems
Topic1
Topic2

40
mIRC/pawn Scripting / Re: [Pawn]Timers
« on: February 05, 2011, 07:30:50 pm »
hmmm, glad i figured out a solution for this...
if anyone's interested i have an idea that would include using ServerInfo before the timer and then reading that in the actual function for later use...

41
mIRC/pawn Scripting / [Pawn]SetTime
« on: February 05, 2011, 01:47:15 am »
The function for setting time seems to do nothing, just wondering what I can do about this...

42
mIRC/pawn Scripting / Re: [Pawn]Timers
« on: February 05, 2011, 12:32:04 am »
Thank you  :)

One more question, sometimes when using timers with variables like

public test(playerid);
{
    PlayerInfo[playerid][test] = 1;
}

I get the same errors, is there anything i can do to avoid that?

43
mIRC/pawn Scripting / Re: [Pawn]Timers
« on: February 04, 2011, 12:48:59 am »
sometimes when i do a function like

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

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

it gives me syntax errors

44
mIRC/pawn Scripting / [Pawn]Timers
« on: February 03, 2011, 05:40:45 pm »
Timer's have been giving me a lot of syntax errors, could someone please explain the criteria for a timer to work?

45
Support / Re: Can't enter vehicle
« on: February 02, 2011, 07:44:47 pm »
thanks, lol
some noob (me) changed my controls... lol  ::) ::) :-\ >:( >:( :D 8) :o :o
and yes... i am seriously that moodie

Pages: 1 2 [3] 4 5