Posts: 459
Threads: 14
Joined: Jul 2008
Reputation:
0
I tell ya what sucks...
All the copy and pasting...
Make a script the will load from the forum...
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Getting coordinates is definitely the most boring and time consuming thing to do. Especially when you need to attach objects to different cars that have different sizes. I could possibly do this with a script, but I'm a perfectionist and I want everything to be in the correct spot up to 0.01 precision.
Posts: 1,336
Threads: 30
Joined: Aug 2010
Reputation:
0
^ Coordinate part most boring....
Posts: 6,129
Threads: 36
Joined: Jan 2009
testing long boring code, no idea how you can make that less boring though.
Posts: 1,336
Threads: 30
Joined: Aug 2010
Reputation:
0
a part also sux when u need 2 players to test and no one is available at that time , some time thsi can be solved with NPC but npc cant response sometime to dialogs and we cant see what NPC see Like differnt SendClientMessage etc .. xD
<bad english>errr
Posts: 717
Threads: 11
Joined: Jul 2008
Reputation:
0
16.06.2012, 12:50
(
Последний раз редактировалось Extremo; 16.06.2012 в 15:35.
)
1.) Counting how many cells the string needs to hold the amount of text.
2.) Finding coordinates - having to go into the game etc.
3.) Not being able to run scripts from the IDE to at least get console output. - I mean real console output - without having to add 2 billion debug lines myself to see what the callbacks say blah blah.
4.) A really cool and handy thing would be to simulate players joining - having a fake GUI to show off what they see. obviously doesn't necessarly fit into your project at all
5.) Making code cross-mode compatible - as in it can run in any script by hooking etc etc
6.) Repeatively re-inventing the wheel
7.) Mixing up array indexes which result in you having to search many lines in order to find the proper IDX.
8.) Manipulating strings with format while you wished you could just do string + string;
9.) Having to re-write multiple systems because you rip out a single one - which is why I do nr. 5
That's all I can think of on the top off my head here - guess there is more.
EDIT:
10.) No persistant variable system - so that it automatically overloads the operator and stores a change to the variable in the database etc - like hibernate for JAVA
Posts: 114
Threads: 27
Joined: Feb 2012
Reputation:
0
Getting coordinates. I HATE getting them. But then again, I'm more of a stunt scripter so I just gotta go in and do it anyhow.
Having to go ingame and use /save and spawn a new car every time because the guy who sent the map was too lazy to add cars.
Testing a map, I could use a more handy previewer in which you just put the .map lines or the CreateObject lines and you can see what it is.
Indenting the converted objects. FUCK YOU CONVERTFFS -_-
Making messages with multiple variables and making a new VARIABLE; for each of 'em and in the end failing like a 2 year old
Fixing NUMBER OF ARGUEMENTS DO NOT MATCH error in GetPlayerSHITHERE(playerid, SOMETIMESHERESHIT AND SOMETIMESTHERESNOSHITHERE);
Posts: 315
Threads: 6
Joined: Dec 2010
Reputation:
0
Creating a database with multiple tables and joining them together (with INNER JOIN statement). Making a list of all possible information that should be stored in the database. Adding (rcon)commands to alter/update information in the database. Basically everything associated with databases is a pain in the ass.
Posts: 1,670
Threads: 15
Joined: Mar 2012
Reputation:
0
Getting cordenades... testing long boring code... you need someone to test your "stuff".... alot of any other crap.
Posts: 1,355
Threads: 68
Joined: Nov 2011
Reputation:
0
i hate the start script .. i mean in which you have to find location for "SetPlayerCameraPos" and That's the only thing i hate...
Posts: 203
Threads: 6
Joined: Jul 2010
Reputation:
0
I don't understand why people have a problem getting co-ordinates. It's so easy.
EDIT: MTA 1.3 - Start Map editor - dump your location then you have your X, Y & Z location. Very simple.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Mimic
I don't understand why people have a problem getting co-ordinates. It's so easy.
EDIT: MTA 1.3 - Start Map editor - dump your location then you have your X, Y & Z location. Very simple.
|
You want to do that every single time you need a set of coordinates? It's pretty annoying.
Posts: 929
Threads: 17
Joined: Mar 2012
Reputation:
0
i think co-ordinates are a pain,
not for veh/player spawns
but for the offsets from skins/vehs
I found myself making a dynamic system
to save the offsets, but this is still time consuming (any probably slow at runtime)
for each skin/veh model and the objects to use on them.
Im not sure what can be done about that.
Posts: 172
Threads: 9
Joined: Jul 2012
Reputation:
0
Coordinates:
Finding the right coordinates for each skin for something as simple as AttachObjectToPlayer
Also when making a brand new gamemode and you would like to spawn somewhere other than Las Venturas and Blueberry.
Posts: 1,018
Threads: 129
Joined: Apr 2011
Reputation:
0
COORDINATES...most boring thing EVER in SAMP,I just hate it,and you can even do something wrong,like you're adding a pickup at X,Y,Z,but in game,you use /save,therefor it saves player/vehicle's angle,so by mistake on PAWN code you may add Y Z ZAngle,and wonder where the fuck the pickup is...