02.06.2012, 02:37
Hey guys and girls. I need some help with a /arrest command and a /plate command.
/arrest: I have no idea where to begin with this aside from
I want the player to be put in ANY vehicle and ANY player can use this command. Some code and explanations would really help. 
/plate: I wanted the players to be able to change their cars license plate. This will not be saved (yet) as it will only be used for when a player connects then disconnects. I have no idea where to start this whatsoever.
Keep in mind, I am a beginner script writer and I would love explanations on what to do. I spent a whole month trying to tackle these two commands (long time, right?) and I have no leads. Please help with a nudge in the right direction, code, and/or explanations. Thanks!
/arrest: I have no idea where to begin with this aside from
Код:
if (strcmp("/arrest", cmdtext, true) == 0)

/plate: I wanted the players to be able to change their cars license plate. This will not be saved (yet) as it will only be used for when a player connects then disconnects. I have no idea where to start this whatsoever.
Keep in mind, I am a beginner script writer and I would love explanations on what to do. I spent a whole month trying to tackle these two commands (long time, right?) and I have no leads. Please help with a nudge in the right direction, code, and/or explanations. Thanks!
