Re: South Central Roleplay 0.20 - 
benjaminjones -  06.05.2015
Quote:
| 
					Originally Posted by The__  /near, it'll find the nearest business, house, entrance, ect.
 
 Also, iConvict is Risky.
 Apple is me.
 
 
 
 No. You'll sadly have to add them in one by one.
 | 
 Thanks for the info.
Re: South Central Roleplay 0.20 - 
Dominic123 -  06.05.2015
Is a beautifull gamemode.
Re : South Central Roleplay 0.20 - 
Clement_Irmer -  07.05.2015
Hi, thank you for sharing! But I have a problem when my character die, he returned to his position where he login ... You have the solution?
Re: South Central Roleplay 0.20 - 
The__ -  08.05.2015
Death bug fixed, private message me if you want the info to fix it.
Re: South Central Roleplay 0.20 - 
ChroMer -  09.05.2015
0.20 works fine, but 0.21 i got these errors:
[10:49:46]    Error: Function not registered: 'SSCANF_Init'
[10:49:46]    Error: Function not registered: 'SSCANF_Join'
[10:49:46]    Error: Function not registered: 'SSCANF_Leave'
[10:49:46]    Error: Function not registered: 'Streamer_CallbackHook'
[10:49:46]    Error: Function not registered: 'mysql_connect'
[10:49:46]    Error: Function not registered: 'mysql_errno'
[10:49:46]    Error: Function not registered: 'WP_Hash'
[10:49:46]    Error: Function not registered: 'mysql_tquery'
[10:49:46]    Error: Function not registered: 'cache_get_field_content'
[10:49:46]    Error: Function not registered: 'mysql_escape_string'
[10:49:46]    Error: Function not registered: 'cache_get_data'
[10:49:46]    Error: Function not registered: 'cache_affected_rows'
[10:49:46]    Error: Function not registered: 'cache_insert_id'
[10:49:46]    Error: Function not registered: 'IsValidDynamicObject'
[10:49:46]    Error: Function not registered: 'DestroyDynamicObject'
[10:49:46]    Error: Function not registered: 'CreateDynamicObject'
[10:49:46]    Error: Function not registered: 'GetDynamicObjectPos'
[10:49:46]    Error: Function not registered: 'IsValidDynamicMapIcon'
[10:49:46]    Error: Function not registered: 'DestroyDynamicMapIcon'
[10:49:46]    Error: Function not registered: 'CreateDynamicMapIcon'
[10:49:46]    Error: Function not registered: 'SetDynamicObjectMaterial'
[10:49:46]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[10:49:46]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[10:49:46]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[10:49:46]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[10:49:46]    Error: Function not registered: 'IsValidDynamicPickup'
[10:49:46]    Error: Function not registered: 'DestroyDynamicPickup'
[10:49:46]    Error: Function not registered: 'CreateDynamicPickup'
[10:49:46]    Error: Function not registered: 'MoveDynamicObject'
[10:49:46]    Error: Function not registered: 'cache_get_row'
[10:49:46]    Error: Function not registered: 'sscanf'
[10:49:46]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[10:49:46]    Error: Function not registered: 'EditDynamicObject'
[10:49:46]    Error: Function not registered: 'CreateDynamicPickupEx'
[10:49:46]    Error: Function not registered: 'CreateDynamicObjectEx'
[10:49:46]    Error: Function not registered: 'SetDynamicObjectPos'
[10:49:46]    Error: Function not registered: 'Streamer_ToggleIdleUpdate'
[10:49:46]    Error: Function not registered: 'SetDynamicObjectRot'
[10:49:46]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
I used mysql r7, and the updated versions of sscanf and streamer but still the same error, help
Re: South Central Roleplay 0.20 - 
Alex1990 -  09.05.2015
Quote:
| 
					Originally Posted by ChroMer  0.20 works fine, but 0.21 i got these errors:[10:49:46]    Error: Function not registered: 'SSCANF_Init'
 .....
 [10:49:46]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
 
 I used mysql r7, and the updated versions of sscanf and streamer but still the same error, help
 | 
 0.21 based on mysql R39
Use this R39 - download it here: 
https://sampforum.blast.hk/showthread.php?tid=56564 and 
https://github.com/pBlueG/SA-MP-MySQL/releases
Re: South Central Roleplay 0.20 - 
ChroMer -  09.05.2015
Thanks m8, it worked
Re: South Central Roleplay 0.20 - 
tboysamp -  10.05.2015
How to fix the death bug 
go here
Код:
        else
        {
            //if(PlayerData[playerid][pSpawnPoint] == 3 && PlayerData[playerid][pInjured] == 0)
            if(PlayerData[playerid][pInjured] == 0)
            {
                SetPlayerPos(playerid, PlayerData[playerid][pPos][0], PlayerData[playerid][pPos][1], PlayerData[playerid][pPos][2]);
            }
        }
 change this
Код:
if(PlayerData[playerid][pSpawnPoint] == 3 && PlayerData[playerid][pInjured] == 0)
 to this
Код:
if(PlayerData[playerid][pInjured] == 0)
 I hope this helps
Re: South Central Roleplay 0.20 - 
benjaminjones -  10.05.2015
Quote:
| 
					Originally Posted by tboysamp  How to fix the death bug  
go here
 
Code:         else
        {
            //if(PlayerData[playerid][pSpawnPoint] == 3 && PlayerData[playerid][pInjured] == 0)
            if(PlayerData[playerid][pInjured] == 0)
            {
                SetPlayerPos(playerid, PlayerData[playerid][pPos][0], PlayerData[playerid][pPos][1], PlayerData[playerid][pPos][2]);
            }
        } change this
 
Code: if(PlayerData[playerid][pSpawnPoint] == 3 && PlayerData[playerid][pInjured] == 0) to this
 
Code: if(PlayerData[playerid][pInjured] == 0) I hope this helps | 
 Thanks mate.
Re: South Central Roleplay 0.20 - 
benjaminjones -  11.05.2015
Is there a command to teleport to certain cordinates? Like I want to go to: 17, -25.884498, -185.868988, 1003.546875?
Re: South Central Roleplay 0.20 - 
iConvict -  13.05.2015
Quote:
| 
					Originally Posted by Emmet_
 | 
 The latest version has been added to the main topic.
Re: South Central Roleplay 0.20 - 
Callaghan -  13.05.2015
Quote:
| 
					Originally Posted by iConvict  The latest version has been added to the main topic. | 
 Invalid or Deleted File.
Re: South Central Roleplay 0.20 - 
denniska04 -  13.05.2015
Quote:
| 
					Originally Posted by iConvict  The latest version has been added to the main topic. | 
 The same version (v 1 and v 2) in main topic.
And invalid link
Re: South Central Roleplay 0.20 - 
RaeF -  13.05.2015
Quote:
| 
					Originally Posted by denniska04  The same version (v 1 and v 2) in main topic.
 And invalid link
 | 
 Read at the post above from Emmet_
http://www.mediafire.com/download/wj...ulsw/SC-RP.zip
Re: South Central Roleplay 0.20 - 
denniska04 -  13.05.2015
deleted/
Re: South Central Roleplay 0.20 - 
ChroMer -  13.05.2015
there's only 1 problem with this gamemode, if someone enters in a garbage truck or another job truck, he can drive it even if he doesn't have the job, what to do now?
Re: South Central Roleplay 0.20 - 
benjaminjones -  13.05.2015
Quote:
| 
					Originally Posted by ChroMer  there's only 1 problem with this gamemode, if someone enters in a garbage truck or another job truck, he can drive it even if he doesn't have the job, what to do now? | 
 Vehicles are just not restricted.
Re: South Central Roleplay 0.20 - 
ChroMer -  13.05.2015
Quote:
| 
					Originally Posted by benjaminjones  Vehicles are just not restricted. | 
 How i can make them restricted only for the player which has this job?
Re: South Central Roleplay 0.20 - 
benjaminjones -  13.05.2015
Quote:
| 
					Originally Posted by ChroMer  How i can make them restricted only for the player which has this job? | 
 I will script it later on, busy atm.
Re : South Central Roleplay 0.20 - 
vernz -  13.05.2015
Quote:
| Really, when uploading a new version, state in the main topic whats fixed or added. This could be useful.
 
 
 | 
 
Agreed.