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 ... 13 14 [15] 16
211
mIRC/pawn Scripting / Re: Filter Scripts
« on: March 16, 2011, 07:09:03 pm »
Contact me for any FS you want.

212
mIRC/pawn Scripting / Re: How can i write Auto kick of spamming
« on: March 15, 2011, 07:41:36 pm »
That's SA:MP + VC:MP Doesn't support filterscripts

VC:MP suports filterscripts and this proves that you cannot transform a FS into a part of your GM!

213
mIRC/pawn Scripting / Re: Set world bounds
« on: March 15, 2011, 08:50:20 am »
Errm. I bet you can use my forumla from PlayerToPoint with exact range and it will return the correct bounds :D

214
mIRC/pawn Scripting / Re: Easy question : Teleport commands
« on: March 13, 2011, 09:23:26 pm »
He means about players,there isnt a way to maintain 2 player ids,I think..

215
mIRC/pawn Scripting / Re: what should i do
« on: March 11, 2011, 07:56:08 pm »
No way..

216
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 09, 2011, 07:48:26 pm »
found:D
Code: [Select]
new i;
for(i=0; i++);
if((i>=93) || (i<=103))
{
// things to happen
}

217
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 08, 2011, 09:04:29 pm »
oough I think I got this.

Code: [Select]
for(new i=0; i++);
if((i++ >= 93) || (i++ <=103)) {
// things to happen
}

218
mIRC/pawn Scripting / Re: How to use INI's for FBI duty
« on: March 08, 2011, 08:17:41 pm »
Script made by heekz? omg :(

for COLOR_GREEN - upper
Code: [Select]
#define COLOR_GREEN 0x33AA33AA
now show me line 716...

219
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 08, 2011, 09:19:27 am »
Code: [Select]
for(new i; i>90; i<104; i++)
{
// things to happen
}

220
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 06, 2011, 08:15:21 pm »
Code: [Select]
new i; i>=91; i<=103;
if(pickupid == i++)
{
// Things to come
}

try this

221
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 06, 2011, 11:50:28 am »
try this
Code: [Select]
for(new i; i<=91; i>=93; i++) {
you can change just 91 and 93 but man,close the bracket I putted {

222
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 05, 2011, 11:51:13 pm »
show me line 310

223
mIRC/pawn Scripting / Re: Need a Pro Scripter
« on: March 05, 2011, 12:58:15 pm »
You think they are better than me? :o :o :o

224
mIRC/pawn Scripting / Re: Need a Pro Scripter
« on: March 05, 2011, 12:30:17 pm »
No,theoreticly,scripters don't share their own works and work for cash.They work for fun. Cash comes when they don't expect to.

So,
shame BIG[H] - Cash addicted,big liar.

225
mIRC/pawn Scripting / Re: Function Pickups help plz
« on: March 05, 2011, 12:26:26 pm »
Code: [Select]
for(new i; i>=91; i<=103; i++) {
if(pickupid == i)
 {
IncPlayerHandCash(playerid,1000);
}
}

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