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

Pages: 1 [2] 3 4
16
mIRC/pawn Scripting / Re: One more help plz
« on: April 18, 2012, 11:10:48 pm »
[pawn]SetTimer("playersuspect",9999,0);[/pawn]

Won't work since you can't send parameters with SetTimer()

17
Support / Re: Small nicknames issue
« on: April 10, 2012, 08:03:35 pm »
Have you tried reinstalling your game?

18
Support / Re: Need Help
« on: March 30, 2012, 07:00:26 pm »
mine 100.0 mbps

Your internet speed is NOT 100Mbits, it's connected to a network card that can do 100Mbits per second

19
mIRC/pawn Scripting / Re: I need help guys
« on: March 01, 2012, 03:09:16 pm »
I'm 99.99% sure it's because your using GUPS and someone is join with an illegal nick

20
mIRC/pawn Scripting / Re: Want add Timer in Commands
« on: January 31, 2012, 05:48:22 am »
This won't work
You cant pass variables thru SetTimer


21
Support / Re: Ka Server BIG PROPLEM!!! HELP!!
« on: November 12, 2011, 08:02:54 am »
lol

23
mIRC/pawn Scripting / Re: Ah ...
« on: October 05, 2011, 06:25:31 am »
nothing is inside it? aldo wtf?

Sorry about that uploaded wrong zip

Try now

26
Support / Re: Help PLZ....
« on: September 04, 2011, 01:34:15 am »
uhm doesn't that suppose to be instant?  ::)

I don't know I didn't code the server :P but all I know is it doesn't show up instantly

27
Support / Re: Help PLZ....
« on: September 03, 2011, 07:42:20 am »
It's not going to show up instantly wait at least 24hrs

28
Support / Re: Help PLZ....
« on: September 02, 2011, 08:00:29 pm »
Your missing announce.exe

http://www.mediafire.com/?r3agb3oo05xroi7

Put the exe in the server folder then restart it

29
Support / Re: Help PLZ....
« on: September 02, 2011, 05:13:12 pm »
Do you use a pawn server?

30
mIRC/pawn Scripting / Re: A new warning?
« on: September 02, 2011, 05:10:27 pm »
[pawn]
public OnPlayerConnect(playerid)
{//The error was referring to here.
   SetWaterLevel(6.0);
   SetGamespeed(100);
   SetGravity(100);
   GetPlayerName(playerid,gPlayers[playerid],MAX_PLAYER_NAME);
   SendClientMessage(playerid,GREEN, "Welcome to Vice City Life");
}
[/pawn]

Remove the ";"

Pages: 1 [2] 3 4