User contributions for KAKAN
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
9 March 2016
- 16:1116:11, 9 March 2016 diff hist +578 N Scripting/Squirrel/Functions/Object.Pos Created page with "Returns or sets the postion of an object in Vector. == Syntax == <pre>object.Pos</pre> == Arguments == * ''CObject'' '''object''' === Optional Arguments === * ''Vector'' ''..."
- 15:2315:23, 9 March 2016 diff hist +153 Scripting/Squirrel/Functions/Object.RotateTo No edit summary
- 14:2214:22, 9 March 2016 diff hist +550 N Scripting/Squirrel/Functions/mysql info Created page with "Retrieves a string providing information about the most recently executed statement. For more information, visit: http://dev.mysql.com/doc/refman/5.0/en/mysql-info.html == Sy..."
- 13:5713:57, 9 March 2016 diff hist +318 N OnVehicleRespawn Created page with "This event is called when a vehicle is respawned. == Syntax == <pre>onVehicleRespawn( vehicle )</pre> == Arguments == * ''CVehicle'' '''vehicle''' - The vehicle instance, or..."
- 13:5213:52, 9 March 2016 diff hist +367 N OnVehicleExplode Created page with "This event is called when a vehicle gets exploded. == Syntax == <pre>onVehicleExplode( vehicle )</pre> == Arguments == * ''CVehicle'' '''vehicle''' - The vehicle instance, o..."
- 13:4813:48, 9 March 2016 diff hist +222 OnPlayerExitVehicle No edit summary
- 13:4513:45, 9 March 2016 diff hist +307 OnPlayerEnterVehicle No edit summary
- 13:2813:28, 9 March 2016 diff hist +167 Scripting/Squirrel/Functions/KickPlayer No edit summary
- 13:2613:26, 9 March 2016 diff hist +324 OnPlayerEnteringVehicle No edit summary
- 10:5110:51, 9 March 2016 diff hist +438 N OnSphereExited Created page with "This event is called when a players exits a sphere. == Syntax == <pre>onSphereExited( player, sphere )</pre> == Arguments == * ''CPlayer'' '''player''' - The player instance..."
- 10:4810:48, 9 March 2016 diff hist +373 N OnPickupRespawn Created page with "This event is called when a pickup is respawned. == Syntax == <pre>onPickupRespawn( pickup )</pre> == Arguments == * ''CPickup'' '''pickup''' - The pickup instance, for the..."
5 March 2016
- 08:3508:35, 5 March 2016 diff hist +511 N Scripting/Squirrel/Functions/GetSQLColumnData Created page with "Get a result row as a string. == Syntax == <pre>GetSQLColumnData( query, columnNumber )</pre> == Arguments == * '''query''' - Name of the previously executed query. * ''..."
- 08:2808:28, 5 March 2016 diff hist +538 N Scripting/Squirrel/Functions/escapeSQLString Created page with "Escapes a query string to avoid sql injection attacks. This function should be used for every executed query that uses any data given by the players. == Syntax == <pre>escape..."
- 08:2608:26, 5 March 2016 diff hist +447 N Scripting/Squirrel/Functions/FreeSQLQuery Created page with "Frees the last query result. This function should be called after every query, specially when these queries return any data. == Syntax == <pre>FreeSQLQuery( SQLiteQuery query..."
4 March 2016
- 19:5319:53, 4 March 2016 diff hist +448 N Scripting/Squirrel/Functions/mysql fetch assoc Created page with "Get a result row as a table == Syntax == <pre>mysql_fetch_assoc( MySQLQuery query )</pre> == Arguments == * ''MySQLQuery'' '''query''' - A valid MySQL result == Return valu..."
- 19:4819:48, 4 March 2016 diff hist +458 N Scripting/Squirrel/Functions/mysql free result Created page with "Frees the last query result. This function should be called after every query, specially when these queries return any data. == Syntax == <pre>mysql_free_result( MySQLQuery q..."
- 19:4219:42, 4 March 2016 diff hist +396 N Scripting/Squirrel/Functions/mysql warning count Created page with "Returns the last query number of warnings == Syntax == <pre>mysql_warning_count( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnection'' '''handler''' - A vali..."
- 19:3219:32, 4 March 2016 diff hist +333 N Scripting/Squirrel/Functions/mysql errno Created page with "Returns the last error number of a MySQL connection. == Syntax == <pre>mysql_errno( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnection'' '''handler''' - A v..."
- 19:2019:20, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA384 Created page with "Calculate the '''SHA384''' hash of a string == Syntax == <pre>SHA384( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 19:1919:19, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA224 Created page with "Calculate the '''SHA224''' hash of a string == Syntax == <pre>SHA224( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 19:1819:18, 4 March 2016 diff hist +305 N Scripting/Squirrel/Functions/SHA1 Created page with "Calculate the '''SHA1''' hash of a string == Syntax == <pre>SHA1( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the hash..."
- 19:1619:16, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD320 Created page with "Calculate the '''RIPEMD320''' hash of a string == Syntax == <pre>RIPEMD320( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1519:15, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD160 Created page with "Calculate the '''RIPEMD160''' hash of a string == Syntax == <pre>RIPEMD160( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1219:12, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD128 Created page with "Calculate the '''RIPEMD128''' hash of a string == Syntax == <pre>RIPEMD128( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1119:11, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/RIPEMD256 Created page with "Calculate the '''RIPEMD256''' hash of a string == Syntax == <pre>RIPEMD256( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:1019:10, 4 March 2016 diff hist +312 N Scripting/Squirrel/Functions/base64 encode Created page with "Find the decode of a base64 hashed string == Syntax == <pre>base64_decode( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to decode the..."
- 19:0719:07, 4 March 2016 diff hist +327 N Scripting/Squirrel/Functions/base64 decode Created page with "Calculate the '''base64''' hash of a string == Syntax == <pre>base64_encode( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculat..."
- 19:0619:06, 4 March 2016 diff hist +301 N Scripting/Squirrel/Functions/MD5 Created page with "Calculate the '''MD5''' hash of a string == Syntax == <pre>MD5( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the hash =..."
- 19:0619:06, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA512 Created page with "Calculate the '''SHA512''' hash of a string == Syntax == <pre>SHA512( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 19:0519:05, 4 March 2016 diff hist +325 N Scripting/Squirrel/Functions/WHIRLPOOL Created page with "Calculate the '''WHIRLPOOL''' hash of a string == Syntax == <pre>WHIRLPOOL( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate..."
- 19:0319:03, 4 March 2016 diff hist +313 N Scripting/Squirrel/Functions/SHA256 Created page with "Calculate the '''SHA256''' hash of a string == Syntax == <pre>SHA256( string str )</pre> == Arguments == * ''String'' '''str''' - string of which you want to calculate the h..."
- 18:5718:57, 4 March 2016 diff hist +11 Scripting/Squirrel/Functions/mysql change user No edit summary
- 18:5518:55, 4 March 2016 diff hist +480 N Scripting/Squirrel/Functions/mysql select db Created page with "Changes the current default database. == Syntax == <pre>mysql_select_db( MySQLConnection handler, string database )</pre> == Arguments == * ''MySQLConnection'' '''handler'''..."
- 18:5118:51, 4 March 2016 diff hist +648 N Scripting/Squirrel/Functions/mysql escape string Created page with "Escapes a query string to avoid sql injection attacks. This function should be used for every executed query that uses any data given by the players. == Syntax == <pre>mysql_..."
- 18:4718:47, 4 March 2016 diff hist +686 N Scripting/Squirrel/Functions/mysql change user Created page with "Changes the current MySQL session authentication. == Syntax == mysql_change_user ( MySQLConnection handler, string new_username, string new_password ) == Arguments == * ''My..."
- 18:3618:36, 4 March 2016 diff hist +593 N Scripting/Squirrel/Functions/mysql affected rows Created page with "Returns the number of changed rows (for UPDATE), inserted rows (for INSERT) or deleted rows (for DELETE) in the last query. For SELECT statements it works like mysql_num_rows...."
- 18:1918:19, 4 March 2016 diff hist +685 N Scripting/Squirrel/Functions/mysql error Created page with "Returns the last error string of a MySQL connection. == Syntax == <pre>mysql_error( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnection'' '''handler''' - A v..."
- 15:0815:08, 4 March 2016 diff hist +21 Scripting/Squirrel/Functions/mysql ping No edit summary
- 15:0515:05, 4 March 2016 diff hist +583 N Scripting/Squirrel/Functions/mysql close Created page with "Closes an established connection to a MySQL server. == Syntax == mysql_close ( MySQLConnection handler ) == Arguments == * ''MySQLConnection'' '''handler''' - A valid MySQL..."
- 14:5814:58, 4 March 2016 diff hist +2 m Scripting/Squirrel/Functions/mysql ping No edit summary
- 14:5714:57, 4 March 2016 diff hist +612 N Scripting/Squirrel/Functions/mysql ping Created page with "This function checks if the given MySQL connection is still alive. == Syntax == <pre>mysql_ping( MySQLConnection handler )</pre> == Arguments == * ''MySQLConnetion'' '''hand..."
24 February 2016
- 08:3108:31, 24 February 2016 diff hist +69 Scripting/Squirrel/Functions/Checkpoint.Radius No edit summary
- 08:2908:29, 24 February 2016 diff hist −62 Scripting/Squirrel/Functions/Checkpoint.Pos No edit summary
- 08:2708:27, 24 February 2016 diff hist 0 Scripting/Squirrel/Functions/Checkpoint.ID No edit summary
- 08:2608:26, 24 February 2016 diff hist −166 Scripting/Squirrel/Functions/Checkpoint.Color No edit summary
- 08:2108:21, 24 February 2016 diff hist −44 Scripting/Squirrel/Functions/Checkpoint.Pos No edit summary
- 08:2008:20, 24 February 2016 diff hist +23 Scripting/Squirrel/Functions/Checkpoint.ID No edit summary
- 08:1808:18, 24 February 2016 diff hist 0 Scripting/Squirrel/Functions/Checkpoint.Radius No edit summary
- 08:1608:16, 24 February 2016 diff hist +5 Scripting/Squirrel/Functions/Checkpoint.Remove No edit summary
- 08:1608:16, 24 February 2016 diff hist +53 Scripting/Squirrel/Functions/Checkpoint.Remove No edit summary