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

Pages: 1 2 [3] 4 5 ... 8
31
mIRC/pawn Scripting / Re: Give me please.
« on: February 06, 2012, 04:00:11 pm »
Those commands won't work unless you work with GUPS, sorry to say. It'll take a bit more brain work than just copy pasting it.

32
Support / Re: Help Help !!
« on: January 20, 2012, 09:14:44 am »
yeah you can try a bit of hex editing in the pawn server

or

you can try using the vice city multiplayer squirrel server.

33
XE Servers (Legacy) / Re: Howdy!
« on: January 19, 2012, 10:44:55 pm »
Tommis won't know the anger he'll have when he sees his account being played around with, either.

34
mIRC/pawn Scripting / Re: I need one more help!
« on: January 07, 2012, 01:33:44 am »
Tell you what, I'll code it and send it right through your 11 year old fat ass.

35
mIRC/pawn Scripting / Re: cmd problem
« on: January 06, 2012, 11:42:10 am »
Woops, then it would be the first value you specified in AddStaticPickup.

Code: [Select]
public OnPickedUp(pickupid, playerid)
{
if( pickupid == 1 ) // The Pickup number here
{
SendClientMessage(playerid, COLOR_YELLOW, "Esto es un Pickup ID 407" );
return 1;
}
    else if( pickupid == 2)   // The second pickup number here
{
SendClientMessage(playerid, COLOR_YELLOW, "Esto es un Pickup ID 406" );
       
  return 1; // And you are lose in this
                }
}

Something like this. I don't know what your Pickup IDs are so configure them yourself.

36
mIRC/pawn Scripting / Re: I need one more help!
« on: January 05, 2012, 05:19:00 pm »
And you're a really ungrateful little -profanity removed-. Fuzzy was doing his best to try and help you and it is your own stupid blind ass that could not read well how shit's done in VC-MP. I'll quote again:

Quote
Look ...

AddStaticPickup(pickupid,type,X,Y,Z);

pickupid = just a number... you can start with 1

=> AddStaticPickup(1,type,X,Y,Z);

type = pickup model . You can find here a list with some models .

=> AddStaticPickup(1,382,X,Y,Z);

X,Y,Z = Coordonates

Pickup ID represents the number of the ID. i.e. Learn how to count (1,2,3,4,5,6,7,8,9,10 {like a list}) while TYPE represents the MODEL ID.

37
mIRC/pawn Scripting / Re: cmd problem
« on: January 05, 2012, 05:07:03 pm »
Derp. This should help.

Code: [Select]
public OnPickedUp(pickupid, playerid)
{
if( pickupid == 407)
{
SendClientMessage(playerid, COLOR_YELLOW, "Esto es un Pickup ID 407" );
return 1;
}
    else if( pickupid == 406)   // This is the 256 Line
{
SendClientMessage(playerid, COLOR_YELLOW, "Esto es un Pickup ID 406" );
       
  return 1; // And you are lose in this
                }
}

38
Support / Re: Help....
« on: January 04, 2012, 07:27:58 pm »
Anytime. :)

39
mIRC/pawn Scripting / Re: Please Help Me!
« on: January 04, 2012, 04:54:47 pm »
Shadow, I know I'm not the one to judge but what you're doing isn't helpful at all. You could try and tell people what is wrong with their commands before presenting alternatives that they'll lazily copy and never learn from. People ask for help to understand, not to memorise.

40
Support / Re: Help....
« on: January 04, 2012, 04:22:16 pm »
You might want to try changing your keyboard language. T only returns a chatbox when you're typing letters on the English keyboard language.

Letters such as the ones used in Russian language are not supported in VC:MP (yet, I hope).

41
Support / Re: Resolution increase option is disabled in Display Menu
« on: January 01, 2012, 01:21:46 am »
n e v e r m i n d m y s t u p i d i t y

42
mIRC/pawn Scripting / Re: cmd problem
« on: December 31, 2011, 02:41:14 pm »
serial order?

43
XE Servers (Legacy) / Re: Howdy!
« on: December 30, 2011, 12:34:56 am »
hallo

44
Support / Re: 2 Black lines along the sides of the screen
« on: December 27, 2011, 05:47:14 am »
Make sure you run VC in 32bit mode (display settings)

45
Racing server / Re: Miami-Dade: Racing Promotional Video
« on: December 20, 2011, 01:12:15 pm »
Quite accurate!

Pages: 1 2 [3] 4 5 ... 8