Posted by: Davut^
« on: January 19, 2018, 09:38:05 pm »Thanks XD

|
Posted by: Davut^« on: January 19, 2018, 09:38:05 pm »Thanks XD
Posted by: JIN« on: January 19, 2018, 09:33:51 pm »Nice cmd debut
Posted by: Davut^« on: January 19, 2018, 08:09:08 pm »Hi all well here is stats script
First you need to paste this above all and without any bracket Code: [Select] Kills <- 0Now next step is (function onScriptLoad())Code: [Select] accounts <- ConnectSQL( "scripts/accounts.sqlite" );Now you guys have register system well np next step is (function onPlayerKill())Code: [Select] function onPlayerKill( killer,player, reason, bodypart ) Kills saved Next step is (function onPlayerDeath)Code: [Select] {Well thats it Good luck. By UD team. ![]() |
|