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 - heekz.shadow

Pages: 1 ... 11 12 [13] 14 15 16
181
Support / Questions about Setting up an internet public server
« on: December 04, 2011, 12:35:55 pm »
    Okay,so, my questions are:

 1. Can I set up a server with a Wireless USB Modem ?
 2. What about the local IP
 3. How should I forward my ports ( considering it's a modem )
 4. What could be the problems of un-hosting my server, while I permitted acces to both, announce.exe and vcmp-svr.exe ?

182
mIRC/pawn Scripting / Re: I Want To Learn MIRC Scripts.
« on: November 16, 2011, 07:28:44 pm »
No one uses mIRC gamemodes/filterscripts nowadays ( Just me, and I use it as an echo )

183
mIRC/pawn Scripting / Re: SetTimer help
« on: November 09, 2011, 10:18:17 am »
Oh god, I have to remake this one, AGAIN...

// On the top of the script
[pawn]new PlayerHacking[MAX_PLAYERS];[/pawn]

// In the command/function
Quote
new Float:hp;
if(GetPlayerHealth(playerid,hp) > 100) PlayerHacking[playerid] = 1;

// In the timer
[pawn] new i;
for( i < MAX_PLAYERS; i++ ) {
if(IsPlayerConnected(i)) {
if(PlayerHacking == 1)
{
Ban(i);
}
}
}
[/pawn]



playerid = The player you are pointing at, using the ID
1 / 0 = The sentence is true or false
i = A substitute for playerid. The server is going through all the player slots, checking if someone was hacking...





184
mIRC/pawn Scripting / Re: SetTimer help
« on: November 08, 2011, 05:52:23 pm »
I expected stormeus so badly to come with this reply  ::)..


      There are still some ways to make it go through a timer. Like...


[pawn]
enum somenab {
lolwut,
ftw
};

enum anothernab {
wtf,
umad
};

new PlayerCall[somenab][anothernab];


// As example, in function

PlayerCall[lolwut][umad] = 1;[/pawn]


Used in timers

[pawn]
if(PlayerCall[lolwut][umad] == 1)
{
SetWaterLevel(0);
}[/pawn]


One thing to note,

 omarlin is so great, he posts things without even knowing what they mean, just to have a post there, like he said somewhere

Quote
Fuzzy1668 ( not sure if the name is correct ) :
   lol exactly
omarlin97 ( not sure if the name is correct) :
  lol precisely


 Isn't he lovely? ( NO HOMO ! )
 

185
Support / Re: what time is this?
« on: November 02, 2011, 09:21:43 am »
WEATHER ID : 3
HOUR : 00

 Sorry for capitals, GL..

186
mIRC/pawn Scripting / Re: How to change time?
« on: October 31, 2011, 07:23:40 pm »
Yeah.. Add this to OnGameModeInit




SetWorldTime(00); // 00 was used as an example for this, 00 stands for midnight.

You are not supposed to use my hour, you can use for other hours...

187
mIRC/pawn Scripting / Re: Time in heal
« on: October 31, 2011, 07:21:33 pm »
Also, you'd have to use SetTimer("MADBRO", 1000, 1); in OnScriptLoad instead of calling the timer every time the command is used, because Force has a point -- your server will have shitloads of timers going off to run the same timer because you used 0 for the number of iterations. Eventually, it'll get to a point where you're healed instantly.

Too much squirrel ?

 public OnGameModeInit()

 Also, post here the issues / errors and the lines that gave you the errors, please, we are not brain readers...

188
mIRC/pawn Scripting / Re: Time in heal
« on: October 27, 2011, 06:11:50 pm »
Bro.. This is what he wanted... You cannot sync timers so good, [ Due to lack of developing and PAWN features (talking about pawn scripts) ]


 And what you say? It won't work? Mate, it's a special function for everyone. 6 guys at a time can do the !heal thing, and it won't be bug... Why are you so mean? I tried to explain a script in a funny way... Now go and blame Stormeus for too much knowledge about C++ ...

 Oh, and by the way. The timer gets killed when the function is done... So...

Now, please


189
mIRC/pawn Scripting / Re: Time in heal
« on: October 26, 2011, 07:25:17 pm »
[madbro]OK BRO!? U MAD TO GET TIMEHEAL!? IF YOU MAD THEN !

ON TOPE OF SCRITPE !!!
[pawn]enum pINFE{
TIMEHEAL
};

new UMAD[MAX_PLAYERS][pINFE];[/pawn]

K BRO!?! MORE MADNEESEE!!!? HEREEEE!

[pawn]
if(strcmp(cmdtext, "heal", true) == 0)
{
    SetTimer("MADBRO",5000,0);
    UMAD[playerid][TIMEHEAL] = 1;
    SendClientMessage(playerid,0x0000ff, "UMADBRO?! U WANT HEAL COME FAST? GO /kill YOURSELF OR WAIT 5 SECONDS!");
    return 1;
}[/pawn]


THIS IS MADNESSSSSSSSSSSSSSS!!!

[pawn]
forward MADBRO();
public MADBRO()
{
   new madbros = 0;
   for(madbros < MAX_PLAYERS, madbros++) {
   // UMADBRO!?HEAL FAST ?!?!?!?!?!?!?!?!?!?
   // OKAY! HERE U FUCKIN GO!!!
   if(IsPlayerConnected(madbros)) {
   // MORE MADNESS?!?! BRO U SO MAD :O
   if(UMAD[madbros][TIMEHEAL] == 1)
   {
   // MADBRO!? U RECEIVE 100HP!? UBROMAD!
   SetPlayerHealth(madbros,100);
   SendClientMessage(madbros,0x00000ff,"EAT SHIT AND DIE !!! MAD BRO!? WHY DONT YOU /q!");
   UMAD[madbros][TIMEHEAL] = 0; // GO **** YOURSELF !
   }
   }
   }
   return 1;
   }[/pawn]

THIS IS MADBRO LESSON[/madbro]

 Not tested, dunno if it works. Dinner break nutzers. xOxO ( NO HOMO! )

[joke][madbro] UBRO POST HERE IF WORKS OR NOT! /me WILL FIX IT FOR UR BIG $$$[/madbro][/joke]

190
Support / Re: Need
« on: October 19, 2011, 07:50:33 am »
How much Pawno compilers you got in your hard disk ?

 If you got more than 1,then do the following steps:

Win7:

Get to the pawno you want to use, press right click on a script, and select there, Open with, and fill in "Always use the selected program to open this kind of file". Browse for your pawno and your done

191
Vice City / Re: Need a free host.
« on: October 17, 2011, 03:48:57 pm »
Best Answer - Chosen by Voters

Try this place http://www.000webhost.com/?id=22952

This free provider offers:
*** 250 MB of disk space
*** 100 GB of data transfer
*** PHP and MySQL support with no restrictions
*** cPanel control panel
*** Absolutely no advertising

I'm not sure how big the game is, but this place is pretty good.

 Quote from here

 will this work ?

192
mIRC/pawn Scripting / Re: Skinid, Teamid & Classid
« on: October 17, 2011, 03:30:37 pm »
Err..To make it clearlier...

It's the order of the classes added at AddPlayerClass.

193
mIRC/pawn Scripting / Re: Forgot pawn scriptin :S
« on: October 05, 2011, 07:24:12 pm »
I will show you the long way D:.

just a think of mine  ::)


[pawn]new nick[2]; GetPlayerName(playerid,nick,2);
if((strcmp(nick) == "!") || (strcmp(nick) == "#") || (strcmp(nick) == "/") || (strcmp(nick) == "\") || (strcmp(nick) == "!") || (strcmp(nick) == "@")))
{
Kick(playerid);
}
else
{
break;
}[/pawn]


194
Racing server / Re: Miami-Dade: Racing Promotional Video
« on: September 25, 2011, 11:42:41 am »
uhh! UHH! I know!

It's 0.4 nablet :P ( Am I right ? )

195
mIRC/pawn Scripting / Re: RPG Commands
« on: September 14, 2011, 09:04:38 am »
DAARN! I hate that Stormeus know from Argonath script and all that but he won't share!!!

UP :
Code: [Select]
new IsTazed[MAX_PLAYERS];
COMMAND (at TogglePlayerControllable(plr,0) :
Code: [Select]
IsTazed[plr] = 1;
THE TIMER:
Code: [Select]
public shit() {
new i=0;
for( i < 50; i++ ) {
if(IsPlayerConnected(i))
{
if(IsTazed[i] == 1)
{
TogglePlayerControllable(i,1);
IsTazed[i] = 0;
}
}
}
return 1;
}


TAKE damn care. its just SetTimer("shit",5000,0);

Pages: 1 ... 11 12 [13] 14 15 16