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.


Topics - Fuzzy168

Pages: 1 2 [3] 4 5
31
Vice City / Need a free host.
« on: October 08, 2011, 10:15:32 am »
I need a free host or a service that I can download and host my server with my Forum IP?

32
mIRC/pawn Scripting / wHAT IS THIs for?
« on: October 01, 2011, 08:57:17 am »
[pawn]   new q,c=0;
   for (q=0;q < MAX_PLAYERS; q++) {
       if (IsPlayerConnected(q)) {
         new pname[MAX_PLAYER_NAME+1];
          GetPlayerName(q,pname,MAX_PLAYER_NAME);
         gPlayers[q] = pname;
         c++;
      } else { gPlayers[q] = ""; }
   }[/pawn]

Found it on OnGameModeInit

33
mIRC/pawn Scripting / AddPlayerClass & AddPlayerClassEx?
« on: September 28, 2011, 06:59:31 pm »
How to use AddPlayerClass and what the difference with AddPlayerClassEx?

34
mIRC/pawn Scripting / Markers?
« on: September 14, 2011, 05:21:21 am »
How do I add markers and icons in the script? And where can I get them?

35
mIRC/pawn Scripting / Some Pawno symbols?
« on: September 08, 2011, 06:54:51 am »
I see the Pawno tutor by stomeus but i can't seem to find the answer for these symbol..

[pawn]==[/pawn]

36
Support / Jacob World Boundries tool
« on: September 01, 2011, 09:28:06 am »
Where can I get the tool? The link seems to be death..

37
mIRC/pawn Scripting / Pawno Error
« on: August 23, 2011, 05:08:37 pm »
[pawn]warning 217: loose indentation[/pawn]

I need help on fixing this warning.

38
mIRC/pawn Scripting / HEELLPPP!!!
« on: August 13, 2011, 11:20:40 am »
My pawn compiler is giving all kinds of warning and error. Even with the mode.pwn that hasn't been changed or modified.

[pawn]warning 217: loose indentation
error 025: function heading differs from prototype
warning 202: number of arguments does not match definition
public function lacks forward declaration (symbol "FindPlayerIDFromString")
public function lacks forward declaration (symbol "FindWepIDFromString")
public function lacks forward declaration (symbol "InitWepList")[/pawn]

I can't script with this kind of error and warning messages. It is not only like what I posted, it comes out a lot!..  :'( Can anyone tell me whats the problem or just give me a copy of their Pawno?

39
mIRC/pawn Scripting / A new warning?
« on: August 12, 2011, 05:25:25 pm »
[pawn]warning 235: public function lacks forward declaration (symbol "OnPlayerConnect")[/pawn]
So, this is my first time getting this kind of warning. What do I do?

40
mIRC/pawn Scripting / Can someone help me with dini.inc?
« on: August 12, 2011, 08:04:02 am »
I have a very hard time knowing how to use the dini function.. Can some give me a tutorial?

41
mIRC/pawn Scripting / Set timer help please..!!
« on: August 12, 2011, 05:07:18 am »
How do i put a timer for a player? i can't do it using settimer..

42
Support / Need some help!!
« on: August 11, 2011, 06:02:35 am »
I've been trying many kinds of way just to get a server started. So for now I want to know, is it possible to get the server to the internet list by using my Run>cmd>ipconfig>ip?-(I don't know what it is called). And the announce.exe to Vice City directory?

43
mIRC/pawn Scripting / How to put skin name?
« on: July 29, 2011, 06:47:00 am »
The title explains 50% of it..


I tried Gups gSkin not working..

44
mIRC/pawn Scripting / file.inc
« on: July 27, 2011, 04:31:53 pm »
I found this with some functions that i think could help me.  Anyone wanna tell me how this function works?

45
mIRC/pawn Scripting / Need help in Pawn Scripting...
« on: July 24, 2011, 11:20:22 am »
I am creating a script. But I don't know how to create register, login and logout commands. I try going through GUPS register commands, but I keep getting error. I need the base of register, login and logout command.

Pages: 1 2 [3] 4 5