SA-MP Forums Archive
[GameMode] Twisted Metal: SA-MP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Twisted Metal: SA-MP (/showthread.php?tid=655315)



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
View Post
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
View Post
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_
View Post
LOL - Just search it on *******. It's an implementation of a PS game to SA-MP.
ok
Quote:
Originally Posted by Kar
View Post
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!