26.07.2010, 06:05
(
Last edited by Yamoo; 26/07/2010 at 07:46 AM.
)
Nice script, mate to bad i ain't into SF kind'a RP
Yes How do I join?
Must go to folder "acounts" and create a text file with the account name? |
Alright, found a bunch of bugs/bad things.
1. This GM needs an object streamer, all the custom scripted objects appear a light shadow. 2. Faction system is screwed. You assign someone to the faction but they can't get on duty, or drive the factions cars. None of the faction commands come up on on the commands list. 3. There is no way to get a car. You can't buy them, and you can only rent them. You should be able to own a car and keep it at your house, IRL you never rent a car everyday. 4. Same spawn. You need to make it so when you log back in, you spawn at your house. Without that, it's unrealistic. 5. Amount of business and houses is ridiculous. IRL I could own 100 houses if I had the money, not just 2. Same with business. 6. No command to open doors inside of faction centers. You can't go any farther than the lobby at PD? 7. Weapon license disappears. When you log out, you have to get your license again. 8. Bad mapping, the mapper didn't even take the time to align the PD cars, or add gates. |
C:\Users\owner\Desktop\Raven's Roleplay 0.3c\gamemodes\SWRP.pwn(4706) : error 010: invalid function or declaration
C:\Users\owner\Desktop\Raven's Roleplay 0.3c\gamemodes\SWRP.pwn(4711) : error 022: must be lvalue (non-constant)
C:\Users\owner\Desktop\Raven's Roleplay 0.3c\gamemodes\SWRP.pwn(4718) : error 022: must be lvalue (non-constant)
stock strrest(const string[], &index) { new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { index++; } new offset = index; new result[128]; while ((index < length) && ((index - offset) < (sizeof(result) - 1))) { result[index - offset] = string[index]; index++; } result[index - offset] = EOS; return result; }