Blockland Forums > Modification Help
CityRPG
CityRPG:
I was describing the old system. If I repeat this functionality it will have a clue.
--- Quote from: Custard on January 16, 2012, 07:01:29 PM ---If the dealer sells the guns, he's going to receive a criminal record. After this record is received, the police will pursue him. After said dealer is in prison, the store will be shut down so the dealer does not receive pay while in jail.
All purchasing clients will be pursued as well.
--- End quote ---
Correct. This will probably be the only crime with two clues.
--- Quote from: Nexus on January 16, 2012, 07:02:08 PM ---Or just do something where if they pay for a perk, the server will accept the avatar setup from the already existing avatar gui, instead of ignoring it and saying "nope you look like this buddy"
--- End quote ---
Like what? What elements would I take from their design? We'd up up with rogues wearing shoulder decorations and mayors with a Marijuana leaf in their hat.
Firecycle:
What happens when you pick up a clue?
Nexus:
--- Quote from: CityRPG on January 16, 2012, 07:07:25 PM ---Like what? What elements would I take from their design?
--- End quote ---
You don't need to do anything with the design
--- Code: ---function servercmdavatarsomething(%client, %avatarinfo)
{
if(cityrpgso.profile[%client.iDunnoLol].canSelectAvatar)
parent::servercmdavatarsomething(%client, %avatarinfo)
else
{
%avatarinfo = "conformity";
etc...
--- End code ---
yea you probably don't need my garbage quick code
--- Quote from: CityRPG on January 16, 2012, 07:07:25 PM ---We'd up up with rogues wearing shoulder decorations and mayors with a Marijuana leaf in their hat.
--- End quote ---
Or even *gasp* space helmets and jetpacks!
You can always force a uniform to identify certain people, but I can guarantee you that people will prefer the possibility of choosing avatars.
CityRPG:
This is the one instance where I could not give less of a forget about what the people prefer. I do not like pink spacemen wandering around town with an AK-47.
I'll do the favorite color thing, but that's it. I legitimately have no concern for people who would get upset over not being able to use their character outfit in-game. Be glad I didn't do what I was going to plan originally and clamp color ranges on skin color to prevent players with pure black skin from making it look like they have no face.
phydeoux:
Sounds good, pink spacemen are gay, i dont want to see those either. And before any more people start bitching about freedom or something; if you want more freedom then go join a freebuild. You can usually do whatever the forget you want at those. But this is his mod for his server, so he is allowed to dictate things a bit.