Welcome to the RaGEZONE - MMORPG development forums.

[Release] [SA:MP] [GM] The Godfather

This is a discussion on [Release] [SA:MP] [GM] The Godfather within the GTA:SA Releases forums, part of the GTA:SA Multiplayer category; i have done evrything works fine thanks but i need commands for admin can someone tel? please...

Page 10 of 12 FirstFirst ... 23456789101112 LastLast
Results 136 to 150 of 167
  1. #136
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2008
    Posts
    231
    Liked
    0

    Re: [Release] [GM] The Godfather

    Click
    i have done evrything works fine thanks but i need commands for admin can someone tel? please

  2. #137
    Newbie
    Rank
    Member
    Join Date
    Jul 2009
    Location
    Chandigarh
    Posts
    1
    Liked
    0

    Re: [Release] [GM] The Godfather

    Hey Please Please Give Me .Amx File We Are Unable To Compile Everytime Errors Comes Pls Upload amx File here If U DoSo We Are very thankful to u

  3. #138
    Newbie
    Rank
    Member
    Join Date
    Aug 2009
    Posts
    1
    Liked
    0

    Re: [Release] [GM] [SA:MP] The Godfather

    one thing everytime i try to buy a house (and other people) it always says "Not in a 24/7" (kinda new to gta lol ) what can i do / where i go to get a house o.o

  4. #139
    Newbie
    Rank
    Member
    Join Date
    Aug 2009
    Posts
    2
    Liked
    0

    Re: [Release] [GM] [SA:MP] The Godfather

    where are the 24/7s?
    Edit: Also where can i buy a car?
    Last edited by Carl_brown; 10-08-09 at 02:40 PM.

  5. #140
    Evil Scottish Overlord
    Rank
    Supervisor
    Join Date
    May 2007
    Location
    Scotland
    Posts
    7,410
    Liked
    2515
    Gamertag: LibertyPrimeUK XFIRE ID: junkers08 Steam ID: junkersuk

    Re: [Release] [GM] [SA:MP] The Godfather

    There are 24/7's where there's a shop that looks like a grocery store (example; the 24/7 at Unity Station, Idlewood)
    "You cannot believe most quotes you read on the internet" - Abraham Lincoln




  6. #141
    Registered
    Rank
    Member
    Join Date
    Mar 2008
    Posts
    17
    Liked
    0

    Re: [Release] [GM] [SA:MP] The Godfather

    I love you thanks dude!

  7. #142
    Registered
    Rank
    Member
    Join Date
    Apr 2007
    Posts
    17
    Liked
    0

    Re: [Release] [GM] [SA:MP] The Godfather

    Doens't work with 0.2.x update 1!

  8. #143
    Registered
    Rank
    Member
    Join Date
    Oct 2008
    Posts
    8
    Liked
    0

    Re: [Release] [GM] [SA:MP] The Godfather

    I suppose this doesn't belong to you...

  9. #144
    Evil Scottish Overlord
    Rank
    Supervisor
    Join Date
    May 2007
    Location
    Scotland
    Posts
    7,410
    Liked
    2515
    Gamertag: LibertyPrimeUK XFIRE ID: junkers08 Steam ID: junkersuk

    Re: [Release] [GM] [SA:MP] The Godfather

    Quote Originally Posted by magicianslol View Post
    I suppose this doesn't belong to you...
    And if you read the top of my original post I have left credits and told people it isn't mines. Learn2read
    "You cannot believe most quotes you read on the internet" - Abraham Lincoln




  10. #145
    Member
    Rank
    Member
    Join Date
    Aug 2009
    Posts
    43
    Liked
    0

    Re: [Release] [GM] [SA:MP] The Godfather

    server map cant dl

  11. #146
    Newbie
    Rank
    Member
    Join Date
    Jan 2010
    Posts
    1
    Liked
    0

    Re: [Release] [GM] [SA:MP] The Godfather

    Hey man thanks so much,
    but a little problem which i han't noticed anyone else with ...

    When i try connect to my server it just keeps saying "trying to connect to server"
    And continues to do so.

    Any Ideas ...

  12. #147
    Registered
    Rank
    Member
    Join Date
    Jun 2007
    Posts
    21
    Liked
    0

    Re: [Release] [SA:MP] [GM] The Godfather

    I have problemes whit gf.pwn i want make him amx.. and give me error!!!! help me plz..

    Code:
    D:\sa-mp server\gamemodes\gf.pwn(26207) : warning 235: 
    public function lacks forward declaration (symbol "OnPlayerPrivmsg")
    Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    Header size:           5904 bytes
    Code size:          1100332 bytes
    Data size:          4429832 bytes
    Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
    Total requirements: 5552452 bytes
    
    1 Warning.

  13. #148
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    2,525
    Liked
    32

    Re: [Release] [SA:MP] [GM] The Godfather

    Quote Originally Posted by NightX View Post
    I have problemes whit gf.pwn i want make him amx.. and give me error!!!! help me plz..

    Code:
    D:\sa-mp server\gamemodes\gf.pwn(26207) : warning 235: 
    public function lacks forward declaration (symbol "OnPlayerPrivmsg")
    Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase
    
    Header size:           5904 bytes
    Code size:          1100332 bytes
    Data size:          4429832 bytes
    Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
    Total requirements: 5552452 bytes
    
    1 Warning.
    search the part where you find all the
    Code:
    forward functionName();
    where those forwards are located, add a new forward:
    Code:
    forward OnPlayerPrivmsg(playerid, recieverid, text[]);

  14. #149
    Registered
    Rank
    Member
    Join Date
    Jun 2007
    Posts
    21
    Liked
    0

    Re: [Release] [SA:MP] [GM] The Godfather

    Quote Originally Posted by bramdebouvere View Post
    search the part where you find all the
    Code:
    forward functionName();
    where those forwards are located, add a new forward:
    Code:
    forward OnPlayerPrivmsg(playerid, recieverid, text[]);
    AHA

    i have next error

    Code:
    D:\sa-mp server\gamemodes\gf.pwn(24793) : error 004: function "NameTimer" is not implemented
    D:\sa-mp server\gamemodes\gf.pwn(26207) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
    D:\sa-mp server\gamemodes\gf.pwn(26243) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
    Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase
    
    
    1 Error.

  15. #150
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Aug 2006
    Location
    Belgium
    Posts
    2,525
    Liked
    32

    Re: [Release] [SA:MP] [GM] The Godfather

    weird.. so you wrote that line over there, and now you have, next to the original error, 2 more of 'em?

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •