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

Pages: [1]
1
mIRC/pawn Scripting / Re: HI FIREMDS
« on: January 23, 2011, 02:20:13 pm »
What do you need?

2
mIRC/pawn Scripting / Re: Script request Teleport script
« on: March 01, 2010, 10:03:33 pm »
errrrmhh... ::) you cant use this format for cmds "/command" only !command or /c command  :)

3
mIRC/pawn Scripting / Re: [Pawn] Can't move when spawned?
« on: February 17, 2010, 04:39:46 pm »
You don't need to use this toggle, since players are able to move after spawning by default.

The most probable problem is your controls. If you encounter that problem on all the servers, go to your options and reconfigure them.

4
Support / Re: When i join a server singleplayer starts?
« on: February 14, 2010, 06:15:58 pm »
hey dude dont break my balls...i as only cofused i should say "with the original default.ide"
If u have problems talk with my cat  ;D

5
Support / Re: When i join a server singleplayer starts?
« on: February 14, 2010, 06:03:20 pm »
yes replace default.ide with another new...

7
Support / Re: When i join a server singleplayer starts?
« on: February 14, 2010, 04:40:00 pm »
remove HUD with dll or others mods

8
mIRC/pawn Scripting / Re: Wich is the best script?
« on: February 13, 2010, 12:04:19 am »
the bests are those made by my cat Tommy... ;D (CatZ 1.0) lol

9
mIRC/pawn Scripting / Re: [PAWNO] Commands and Class selection...
« on: February 07, 2010, 02:07:49 pm »
you can do only /c mycommand and not /mycommand (that is only for client cmds) zorry  :-\

10
Support / Re: OMG HELP ME PLEASE, ANYONE !!! :(
« on: February 07, 2010, 12:18:15 am »
Moved to General Discussion

11
mIRC/pawn Scripting / Re: [PAWNO] Commands and Class selection...
« on: February 06, 2010, 11:39:37 pm »
-to add or edit a class a class
  AddPlayerClassEx(COLORID,SKINID,x,y,z,angle,wep-id,wep-ammo,wep2-id,wep3-ammo,wep4-id,wep4-ammo);

*coords x,y,z and angle are included when you save a location with /s

-about strcmd
 
Code: [Select]
else if (strcmp(cmd, "!mycommand", true) == 0)
{
tmp = strtok(cmdtext, idx);
if (!strlen(tmp)) {
            //do something here insert an event for this cmd
   SetPlayerPos(playerid, 495.7786,-83.4285,10.0299);
            SendClientMessage(playerid, COLOR_GREEN, "Hello this is a text!!!");
            //now i have insert setplayerpos and u will be teleported to the coords(malibu)
}
return 1;
}
;)

12
mIRC/pawn Scripting / Re: Attack And Defend (conversion)
« on: January 15, 2010, 05:54:14 pm »
O.o wut?

13
mIRC/pawn Scripting / Re: Fixed included new.pwn
« on: January 14, 2010, 07:32:59 pm »
Nice work  ;)

Pages: [1]