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

Pages: [1]
1
mIRC/pawn Scripting / Re: GUPS help!!
« on: June 01, 2011, 02:17:36 pm »
Quote
Quote
how do I make this command that people must register or gets freeze when spawn?

man  i Can't believe i am helping in Pawn
So
Ask Stormeus about 2 thing

well here is your Freeze function


[pawn]Public OnPlayerSpawn( plr , class , team )
{
If(PlayerInfo[Logged][plr] == 2) {
ToggleControlPlayer(playerid) == 0;

SendClientMessage(plr,"Please Register");
}[/pawn]

i forgot spellings of course cuz of Squirrel >.> I am Making IRC commands for Echo with  BIG[H] for ma server that's so Fun.

Requesting Stormeus To EDIT it :( i am lazy + Bussy with Squirrel

2
mIRC/pawn Scripting / Re: /c alias and /c subalias commands help
« on: May 30, 2011, 10:04:21 am »
If you want to become a decent scripter, at least try to make your own scripts.
Like Stormeus , Shadow.heekz , BIG[H], Windlord , Force ..

I Can't Script wasting my time But Can give you idea

1: make a ini File that on player Connect it saves its IP if they are even same
2: Make a Cmd that Get's IP of  player and Matches with ip's of ini file
3: De Bug it :D
4: enjoy

3
mIRC/pawn Scripting / Re: GetPlayerSpeed ???
« on: May 12, 2011, 05:50:04 pm »
Use BIG[H] Speed - o - Meter or Madara one's for pawn

or if mIRC (THAT"S SO EASY WITH VCMP r2 Dual DLL )

GETSPEED xDD

4
mIRC/pawn Scripting / Re: Player Drop
« on: May 12, 2011, 10:43:20 am »
onPickedUp(plr , id)
{
resetplayerweapons(plr)
SetplayerWep m4 spaz
}


xDDD ???

5
mIRC/pawn Scripting / Re: I Need Hunting Arena Script
« on: May 10, 2011, 10:50:49 pm »
USE FBS ......
Hunting Arena Use FBS 3 modified but you can also edit FBS 2 xDDD

6
mIRC/pawn Scripting / Re: Player Drop
« on: May 10, 2011, 10:49:27 pm »
Woooooooooooooooooooooooooot WORKS but BUGGED when i got under 10 hp i got reseted weps :( FIST FIGHT XDDD

7
mIRC/pawn Scripting / Re: Player Drop
« on: May 06, 2011, 08:35:40 pm »
Try this
Quote
Quote
Quote
OnPlayerDeath(killer,player,reason)
{
SetPlayerWeapon(0,0);
}
NOTE:: UNTESTED

8
mIRC/pawn Scripting / Re: World Bounds For Squirrel Plz
« on: May 06, 2011, 06:14:32 pm »
Any solution?

9
mIRC/pawn Scripting / Re: World Bounds For Squirrel Plz
« on: May 06, 2011, 05:27:52 am »
Quote
Mansion Island
Full Island

10
mIRC/pawn Scripting / World Bounds For Squirrel Plz
« on: May 05, 2011, 07:38:42 pm »
I need Set World Bound's For Squirrel
I need it for Mansion Island

this not work

Quote
<WorldBounds x1="-260.2305" y1="-206.2284" x2="-692.7861" y2="-740.4694"/>
plz help me i seen all example's wiki's no helped me plz help

Pages: [1]