[GameMode] San Fierro Cops-Robbers-RPG v1.0

Merci vestax

et quand je veux le faire sur le jeu ca me met que le ID [66542] n'est pas connectй et y a pas de commande pour Spawn vйhicule :/

english

and when I want it on the game it makes me put the ID [66542] is not connected and there is no command to Spawn vehicle :/
Reply

Nice gm But i am getting error :O

Unable to exec file 'server.cfg'.
Your password must be changed from the default password, please change it.

I cannot find the solution !!! Help please!
Reply

this is an Awesome Gm :
Reply

I love your GameMode man! 10/10
Reply

Quote:
Originally Posted by Desi_Dude
View Post
Nice gm But i am getting error :O

Unable to exec file 'server.cfg'.
Your password must be changed from the default password, please change it.

I cannot find the solution !!! Help please!
Same problem as mine,i will work on it soon,so i will inform you about it..
Reply

Great job, I'm will use it maybe.
Reply

Error occurs when I try to compile it.
Code:
:\Program Files\Rockstar Games\GTA San Andreas\SFCRRPG\gamemodes\SFCRRPG.pwn(42) : fatal error 100: cannot read from file: "irc"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply

Quote:
Originally Posted by Couch Potatoe
View Post
Error occurs when I try to compile it.
Code:
:\Program Files\Rockstar Games\GTA San Andreas\SFCRRPG\gamemodes\SFCRRPG.pwn(42) : fatal error 100: cannot read from file: "irc"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
goto ****** and type ( irc.inc free download ) and then save it to your [ SERVER/PAWNO/INCLUDE ] folder and done compile again !!!!
Reply

No download available. :/

Can you please upload a mirror?

**Edit** I also need these includes:
SFCRRPGdudb
streamer
dprops
sscanf2
time

Thanks.
Reply

Thanks!
Reply

Quote:
Originally Posted by Couch Potatoe
View Post
No download available. :/

Can you please upload a mirror?

**Edit** I also need these includes:
SFCRRPGdudb
streamer
dprops
sscanf2
time

Thanks.
Bump
Reply

Quote:
Originally Posted by Couch Potatoe
View Post
Bump
getting post count dont you?

There is download link working,also includes are in download,so those posts u posted are useless
Reply

Quote:
Originally Posted by DjoleRazbijac
View Post
getting post count dont you?

There is download link working,also includes are in download,so those posts u posted are useless
No, not getting my post count up, I didn't get answers that's why.
And thanks, it works. 10/10 GM
Reply

Ofcoarse it works, if you follow my instructions correctly, then it is basic.
Reply

of course * you made a little mistake :P
Reply

how do i change spectate to spec i try to scrip it my self but it did not go so well here is the code
----------------------------------------------------------------------------------------------
Code:
dcmd_spectate(playerid,params[])
{
	new string[128];
	new ID;
	if(sscanf(params,"u",ID))
	{
	    SendClientMessage(playerid,COLOR_ERROR,"USAGE: /spectate (Player Name/ID)");
	    return 1;
	}
	if(!IsPlayerConnected(ID))
	{
	    format(string,sizeof(string),"The player ID (%d) is not connected to the server. You cannot spectate them.",ID);
	    SendClientMessage(playerid,COLOR_ERROR,string);
	    return 1;
	}
	if(IsSpawned[playerid] != 1)
	{
	    SendClientMessage(playerid,COLOR_ERROR,"You must be alive and spawned in order to be able to use this command.");
	    return 1;
	}
	if(playerid == ID)
	{
	    SendClientMessage(playerid,COLOR_ERROR,"You cannot spectate yourself, how could that even be possible?");
	    return 1;
	}
	if(IsSpawned[ID] != 1)
	{
	    format(string,sizeof(string),"%s(%d) is not spawned. You cannot place spectate dead people ..",PlayerName(ID),ID);
	    SendClientMessage(playerid,COLOR_ERROR,string);
	    return 1;
	}
	if(IsPlayerInAnyVehicle(ID))
	{
		new vehid = GetPlayerVehicleID(ID);
		TogglePlayerSpectating(playerid, 1);
		PlayerSpectateVehicle(playerid, vehid);
		SetPlayerInterior(playerid,GetPlayerInterior(ID));
		SpectatingPlayer[playerid] =ID;
		IsBeingSpectated[ID] =1;
		return 1;
	}
	TogglePlayerSpectating(playerid, 1);
	PlayerSpectatePlayer(playerid, ID);
	SetPlayerInterior(playerid,GetPlayerInterior(ID));
	SpectatingPlayer[playerid] =ID;
	IsBeingSpectated[ID] =1;
	return 1;
}
-----------------------------------------------------------------------------------------------------------
and code again
Code:
dcmd_specoff(playerid,params[])
{
	#pragma unused params
    if(SpectatingPlayer[playerid] == -1)
	{
	    SendClientMessage(playerid,COLOR_ERROR,"You are not spectating a player. How can you spectating them?");
	    return 1;
	}
	TogglePlayerSpectating(playerid,0);

	IsBeingSpectated[SpectatingPlayer[playerid]] =0;
	SpectatingPlayer[playerid] =-1;
	return 1;
}
--------------------------------------------------------------------------------------------------------------
ty guys all the best to you and to yours
Reply

Hey someone know how to fix the jupiter hollow burger shot robbery when i type /robstore there it wont respond
Reply

Quote:
Originally Posted by Bulderdog
View Post
How can i edit the auto messages? (Edit them or Delete them?)
And how can i fix the banner below? Where it stands Version 1.1 www.something.com

Please answer fast
Dude,its about 15k line,i think,search it from end of script to find them,so you can edit them to your own,or simply if you dont like them,delete em.
Reply

[13:52:39] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found"
[13:52:39] Number of vehicle models: 0

Whats is the problem, its updated to 0.3e and i have all the files. IRC False and i get this problem. Can someone help me? (It isnt mysql)
Reply

Quelqu'un l'aurai en 0.3e et qu'il fonctionne
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)