[GameMode] South Central Roleplay 0.20
#41

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.
Reply
#42

Is a beautifull gamemode.
Reply
#43

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?
Reply
#44

Death bug fixed, private message me if you want the info to fix it.
Reply
#45

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
Reply
#46

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
Reply
#47

Thanks m8, it worked
Reply
#48

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
Reply
#49

Quote:
Originally Posted by tboysamp
View Post
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.
Reply
#50

Is there a command to teleport to certain cordinates? Like I want to go to: 17, -25.884498, -185.868988, 1003.546875?
Reply
#51

Quote:
Originally Posted by Emmet_
Fixed the death bug and the SendClientMessageToAllEx server crash:

http://www.mediafire.com/download/wj...ulsw/SC-RP.zip
The latest version has been added to the main topic.
Reply
#52

Quote:
Originally Posted by iConvict
View Post
The latest version has been added to the main topic.
Invalid or Deleted File.
Reply
#53

Quote:
Originally Posted by iConvict
View Post
The latest version has been added to the main topic.
The same version (v 1 and v 2) in main topic.

And invalid link
Reply
#54

Quote:
Originally Posted by denniska04
View Post
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
Reply
#55

deleted/
Reply
#56

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?
Reply
#57

Quote:
Originally Posted by ChroMer
View Post
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.
Reply
#58

Quote:
Originally Posted by benjaminjones
View Post
Vehicles are just not restricted.
How i can make them restricted only for the player which has this job?
Reply
#59

Quote:
Originally Posted by ChroMer
View Post
How i can make them restricted only for the player which has this job?
I will script it later on, busy atm.
Reply
#60

Quote:

Really, when uploading a new version, state in the main topic whats fixed or added. This could be useful.

Agreed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)