Twisted Metal: SA-MP -
Kar - 18.06.2018
Hi guys, I just released Twisted Metal: SA-MP. It's pretty old code so don't bash me too much!
"I had to decide. It took me all of ten seconds. Let's face it, boys and girls: a man has to have his priorities." - Sweet Tooth, Twisted Metal: Black.
https://github.com/karimcambridge/SAMP-TWISTED-METAL
Re: Twisted Metal: SA-MP -
Calisthenics - 18.06.2018
pawn Code:
printf("[SYSTEM: OnPasswordChanged]: %s - %s.", username, password);
printf("[Thread: OnUserRegister] - %s(%d) - %s", playerName(playerid), playerid, inputtext);
Owners can find all passwords of their players in server log.
Another thing I noticed is:
OnPlayerConnect -> Thread_DoesAccountExists
Thread_DoesAccountExists (no rows) -> DIALOG_REGISTRATION
DIALOG_REGISTRATION -> Thread_OnUserRegister (SELECT query)
Thread_OnUserRegister -> INSERT query
You send a SELECT query twice when you know beforehand the player is not registered.
Re: Twisted Metal: SA-MP -
Kar - 18.06.2018
That was just for walk throughs, and again
"It's pretty old code" <<<
Re: Twisted Metal: SA-MP -
iAmir - 18.06.2018
Didn’t know you’ll release it when I mentioned and talked about it yesterday xd. Great.
Re: Twisted Metal: SA-MP -
Battlezone - 18.06.2018
That's pretty unique I like the implementation
Re: Twisted Metal: SA-MP -
Droxx - 18.06.2018
Was a beta tester xd, Rani, good script anyways!
Re: Twisted Metal: SA-MP -
coool - 19.06.2018
Tell something about this game mode. features, what is twisted metal etc etc.
Re: Twisted Metal: SA-MP -
Logic_ - 19.06.2018
Quote:
Originally Posted by coool
Tell something about this game mode. features, what is twisted metal etc etc.
|
LOL - Just search it on *******. It's an implementation of a PS game to SA-MP.
Re: Twisted Metal: SA-MP -
Kar - 19.06.2018
Quote:
Originally Posted by coool
Tell something about this game mode. features, what is twisted metal etc etc.
|
See the very old laggy ******* videos in the github readme.
Re: Twisted Metal: SA-MP -
coool - 19.06.2018
Quote:
Originally Posted by Logic_
LOL - Just search it on *******. It's an implementation of a PS game to SA-MP.
|
ok
Quote:
Originally Posted by Kar
See the very old laggy ******* videos in the github readme.
|
ok
Re: Twisted Metal: SA-MP -
xMoBi - 29.06.2018
nice conversion.
Re: Twisted Metal: SA-MP -
Kasis - 29.06.2018
Nice.
Re: Twisted Metal: SA-MP -
Slawi - 29.06.2018
Awesome bro !!
Re: Twisted Metal: SA-MP -
AlexHood129 - 01.07.2018
Thanks! For sharing!