[GameMode] South Central Roleplay 1.0
#61

The Fire script is still in error how can we fix that

We extinguish some parte of the fire but not all
Reply
#62

Billboard only does without an object?
Reply
#63

yup is only a label
Reply
#64

Quote:
Originally Posted by Spydah
Посмотреть сообщение
That one's not working anymore.

I have these errors can someone help me?

Код:
[22:14:20]    Error: Function not registered: 'SSCANF_Init'
[22:14:20]    Error: Function not registered: 'SSCANF_IsConnected'
[22:14:20]    Error: Function not registered: 'SSCANF_Join'
[22:14:20]    Error: Function not registered: 'SSCANF_Leave'
[22:14:20]    Error: Function not registered: 'Streamer_CallbackHook'
[22:14:20]    Error: Function not registered: 'WP_Hash'
[22:14:20]    Error: Function not registered: 'IsValidDynamicObject'
[22:14:20]    Error: Function not registered: 'DestroyDynamicObject'
[22:14:20]    Error: Function not registered: 'CreateDynamicObject'
[22:14:20]    Error: Function not registered: 'GetDynamicObjectPos'
[22:14:20]    Error: Function not registered: 'IsValidDynamicMapIcon'
[22:14:20]    Error: Function not registered: 'DestroyDynamicMapIcon'
[22:14:20]    Error: Function not registered: 'CreateDynamicMapIcon'
[22:14:20]    Error: Function not registered: 'SetDynamicObjectMaterial'
[22:14:20]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[22:14:20]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[22:14:20]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[22:14:20]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[22:14:20]    Error: Function not registered: 'IsValidDynamicPickup'
[22:14:20]    Error: Function not registered: 'DestroyDynamicPickup'
[22:14:20]    Error: Function not registered: 'CreateDynamicPickup'
[22:14:20]    Error: Function not registered: 'MoveDynamicObject'
[22:14:20]    Error: Function not registered: 'sscanf'
[22:14:20]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[22:14:20]    Error: Function not registered: 'EditDynamicObject'
[22:14:20]    Error: Function not registered: 'CreateDynamicPickupEx'
[22:14:20]    Error: Function not registered: 'CreateDynamicObjectEx'
[22:14:20]    Error: Function not registered: 'SetDynamicObjectPos'
[22:14:20]    Error: Function not registered: 'Streamer_ToggleIdleUpdate'
[22:14:20]    Error: Function not registered: 'SetDynamicObjectRot'
[22:14:20]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
In what order do you load your plugins? I have a slight feeling it could be nativechecker as I had a similar problem a while back.
Reply
#65

Quote:
Originally Posted by Rosie
Посмотреть сообщение
In what order do you load your plugins? I have a slight feeling it could be nativechecker as I had a similar problem a while back.
I tried putting nativechecker at the end and nativechecker at the beginning and it still gave the issue.
Reply
#66

somehow to make a billboard?
Reply
#67

Quote:
Originally Posted by Jmrz96
Посмотреть сообщение
somehow to make a billboard?
Use the command [/createbillboard], and you can adjust it via the command [/editbillboard] for another dynamic system(s) use [/dynamichelp] it will help you.
Reply
#68

Quote:
Originally Posted by iMosquito
Посмотреть сообщение
Can anybody help? I'm new to server hosting,I would like to upload this package to my host and see how this works,but this thing contains only 2 files as I see and that's probably not enough to run server. Is there any way to get full package with all files?
Download the other files from the SA-MP web-site, by the way you can take a look at "South Central Roleplay 0.20" thread too, you can find the server files there.
Reply
#69

Is a very nice gamemode. I Get a spanish version, Translated by GabrielBass.
Reply
#70

VERY GOOD GM. I used it alot!
Reply
#71

can someone help me create a GM?
Reply
#72

Other dead project ?
Reply
#73

When I create a character and try to click it nothing happens.
Reply
#74

Hi this is a VERY good gamemode.

But the one faction at a time or the lack of being able to be in multiple factions is pretty restrictive as well as the limitation on the amount of ranks you can have and the divisions.
Some people might want to be in multiple factions at once & at the same time.

Also having multiple faction points - can that be made? If so how? I don't want to make bazillion other (realistically upto a only dozen ofc..) factions to have a flocker in each PD that exists to have a decent Police force make-up for example.

Also how do I increase the faction limit from 12 if needed?

Regards
Fish.
Reply
#75

I think, that usage 'strtok' not comfortable.
P.S. 'strcharsplit' faster on 20%. link http://ziggi.org/pawn-bystraya-zamena-strtok/

ssanf dont work on CMD:bomb?
Reply
#76

Meeh not bad.
Reply
#77

[EDIT] Fixed.
Reply
#78

Help, when i compile the script i get this

C:\Users\Blake Gaming\Desktop\pawno\include\streamer.inc(312) : error 021: symbol already defined: "Itter_OnGameModeInit"
C:\Users\Blake Gaming\Desktop\roleplay.pwn(1845) : error 017: undefined symbol "SQL_HOSTNAME"
C:\Users\Blake Gaming\Desktop\roleplay.pwn(184 : error 017: undefined symbol "SQL_HOSTNAME"
C:\Users\Blake Gaming\Desktop\roleplay.pwn(1851) : error 017: undefined symbol "SQL_HOSTNAME"
C:\Users\Blake Gaming\Desktop\roleplay.pwn(2231) : warning 235: public function lacks forward declaration (symbol "OnVehicleSirenStateChange")
C:\Users\Blake Gaming\Desktop\roleplay.pwn(2252) : error 017: undefined symbol "foreach"
C:\Users\Blake Gaming\Desktop\roleplay.pwn(2252) : error 029: invalid expression, assumed zero
C:\Users\Blake Gaming\Desktop\roleplay.pwn(2252) : error 017: undefined symbol "i"
C:\Users\Blake Gaming\Desktop\roleplay.pwn(2252) : fatal error 107: too many error messages on one line

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


8 Errors.
Reply
#79

@Blake you suck at editing gamemodes, nothin' personal.
1. I think you included streamer twice.
2. You deleted the define SQL_HOSTNAME where you define your database host.
- After all the includes you this snippet below should be placed.:
Код:
#define SQL_HOSTNAME "127.0.0.1"
#define SQL_USERNAME "root"
#define SQL_DATABASE "samp-test"
#define SQL_PASSWORD "password"
3. I think you have to update your a_samp to the latest version. Probably you are testing the gamemode on old server package. I am not sure for this.
4. You have to include foreach.

That's all, next time when you edit gamemode or filterscript be careful.
Reply
#80

Wait how do i like do things, when i login it's just blank

How to fix this?

[17:49:47] ** [MySQL]: Table 'sql6132386.billboards' doesn't exist
[17:49:47] ** Warning: Directory "logs/" doesn't exist.
[17:49:47] ** [MySQL]: Table 'sql6132386.houses' doesn't exist
[17:49:47] ** Warning: Directory "logs/" doesn't exist.
[17:49:48] ** [MySQL]: Table 'sql6132386.businesses' doesn't exist
[17:49:48] ** Warning: Directory "logs/" doesn't exist.
[17:49:48] ** [MySQL]: Table 'sql6132386.dropped' doesn't exist
[17:49:48] ** Warning: Directory "logs/" doesn't exist.
[17:49:48] ** [MySQL]: Table 'sql6132386.entrances' doesn't exist
[17:49:48] ** Warning: Directory "logs/" doesn't exist.
[17:49:48] ** [MySQL]: Table 'sql6132386.cars' doesn't exist
[17:49:48] ** Warning: Directory "logs/" doesn't exist.
[17:49:48] ** [MySQL]: Table 'sql6132386.jobs' doesn't exist
[17:49:48] ** Warning: Directory "logs/" doesn't exist.
[17:49:49] ** [MySQL]: Table 'sql6132386.crates' doesn't exist
[17:49:49] ** Warning: Directory "logs/" doesn't exist.
[17:49:49] ** [MySQL]: Table 'sql6132386.plants' doesn't exist
[17:49:49] ** Warning: Directory "logs/" doesn't exist.
[17:49:49] ** [MySQL]: Table 'sql6132386.factions' doesn't exist
[17:49:49] ** Warning: Directory "logs/" doesn't exist.
[17:49:49] ** [MySQL]: Table 'sql6132386.arrestpoints' doesn't exist
[17:49:49] ** Warning: Directory "logs/" doesn't exist.
[17:49:50] ** [MySQL]: Table 'sql6132386.gates' doesn't exist
[17:49:50] ** Warning: Directory "logs/" doesn't exist.
[17:49:50] ** [MySQL]: Table 'sql6132386.backpacks' doesn't exist
[17:49:50] ** Warning: Directory "logs/" doesn't exist.
[17:49:50] ** [MySQL]: Table 'sql6132386.impoundlots' doesn't exist
[17:49:50] ** Warning: Directory "logs/" doesn't exist.
[17:49:50] ** [MySQL]: Table 'sql6132386.atm' doesn't exist
[17:49:50] ** Warning: Directory "logs/" doesn't exist.
[17:49:51] ** [MySQL]: Table 'sql6132386.garbage' doesn't exist
[17:49:51] ** Warning: Directory "logs/" doesn't exist.
[17:49:51] ** [MySQL]: Table 'sql6132386.vendors' doesn't exist
[17:49:51] ** Warning: Directory "logs/" doesn't exist.
[17:49:51] ** [MySQL]: Table 'sql6132386.gunracks' doesn't exist
[17:49:51] ** Warning: Directory "logs/" doesn't exist.
[17:49:51] ** [MySQL]: Table 'sql6132386.speedcameras' doesn't exist
[17:49:51] ** Warning: Directory "logs/" doesn't exist.
[17:49:51] ** [MySQL]: Table 'sql6132386.graffiti' doesn't exist
[17:49:51] ** Warning: Directory "logs/" doesn't exist.
[17:49:52] ** [MySQL]: Table 'sql6132386.detectors' doesn't exist
[17:49:52] ** Warning: Directory "logs/" doesn't exist.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)