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

Pages: [1] 2
1
mIRC/pawn Scripting / NO DROPS
« on: September 16, 2011, 07:58:40 pm »
How to create when player won't drop weapons, when he die?
Help me Please.  :)

2
mIRC/pawn Scripting / Re: !goto 5 secs
« on: May 18, 2011, 10:00:08 pm »
TNX,

-=LOCK=-

3
mIRC/pawn Scripting / Re: !goto 5 secs
« on: May 18, 2011, 08:12:59 pm »
Pawn - Pwn... :D

4
mIRC/pawn Scripting / !goto 5 secs
« on: May 18, 2011, 02:22:32 pm »
how to create when type !goto, im freeze and 5 seconds will pass i will teleport?

5
mIRC/pawn Scripting / Re: WorldBounds
« on: May 14, 2011, 10:01:57 pm »
BIG[H]
I Dont want to delete That Place i want red zone is not world bounds
But all other map is worldbounds on!!!!


or try to use this software
http://www.megaupload.com/?d=4XY7VOK7
no virus link uploaded by me
i didn't create the software it's easy to use ok

Not Working.

- Compoment 'ms..................' .................


----------------------------------------------------->
Please Create just easyest not alternative i want
that somethings like....
SetWorldBounds(........)
Island Y Y X X....
Please create easyest....!!






<-------------------------------------------------------

6
mIRC/pawn Scripting / Re: WorldBounds
« on: May 14, 2011, 03:05:50 pm »
He Mean's All Map Except Mansion :P

Yes

7
mIRC/pawn Scripting / Re: WorldBounds
« on: May 14, 2011, 11:10:20 am »
Create all map world bounds , without Red zone....!!!! On that image.

8
mIRC/pawn Scripting / Re: WorldBounds
« on: May 13, 2011, 02:17:29 pm »
Dont Create in red zone WorldBounds, but all other map set worldbounds.
...


9
mIRC/pawn Scripting / WorldBounds
« on: May 12, 2011, 11:11:06 pm »
Hello,
Can anybody, can make WorldBounds on middle i want part of all map in middle.... Wheres sunshine autos that part let it stays no WorldBounds, but part 2 of map set WorldBounds.
Sorry, Bad English.

Thanks,
Synx  8)

10
mIRC/pawn Scripting / Re: Player Drop
« on: May 11, 2011, 01:54:44 pm »
Then is it possible ?

11
mIRC/pawn Scripting / Re: Player Drop
« on: May 10, 2011, 01:55:05 pm »

 :o it is possible?
[/quote]

what do you mean?

12
mIRC/pawn Scripting / Re: Player Drop
« on: May 09, 2011, 05:50:32 pm »
you mean /c disarm?

No... I mean i want system when player dies no weapons shows on ground.

13
mIRC/pawn Scripting / Re: Player Drop
« on: May 08, 2011, 08:00:42 pm »
Doesn't work.
I think somethink like this:
[pawn]new timer;

public OnPlayerSpawn(playerid,classid,teamid)
{
   timer = SetTimer("OnPlayerDrop",10,1);
   return 1;
}

forward OnPlayerDrop(playerid);

public OnPlayerDrop(playerid)
{
   new Float:hp; GetPlayerHealth(playerid,hp);
   if(hp < 1)
   {
   ResetPlayerWeapons(playerid);
   }
return 1;
}

public OnPlayerDeath(playerid, killerid, reason, bodypart)
{
KillTimer(timer);
return 1;
}
[/pawn]

but it's bugs when I choose player.

14
mIRC/pawn Scripting / Player Drop
« on: May 06, 2011, 07:57:15 pm »
Hello,
Is it Imposible to create Players dont drop weapons?
*If its possible say how to create, when players dont drop weapons.

Thanks,
Synx

15
mIRC/pawn Scripting / SetPlayerWorldBounds...
« on: May 01, 2011, 07:55:04 pm »
I want make world bounds over army base to nobody can't leave.

I tryed from this http://famp.ru/wiki/SetWorldBounds still not understand.

[pawn]SetWorldBounds(1780.2505,1588.6793,-304.5052,-86.6157);[/pawn]

Help please.

P.S. Sorry for bad English.

Pages: [1] 2