Return Last 50 posts First 100 posts

my broken syntax

1 Name: Anonymous : 2014-12-25 23:36
whoever helps me fix my broken syntax will get a steam game
This is lua for Gmod, the goal is to create a text file for players that have not joined before and do not already have a text file.

hook.Add ( "PlayerConnect", "Load Data on player joined", function ( JoinedID, exists )
GM:UniqueID( JoinedID );
local exists = file.Read("Uberpvpdata/".. JoinedID.. ".txt", 1 )
if ( exists == 1 ) then
-- access the player data here
else
file.Write("Uberpvpdata/".. JoinedID.. ".txt", "1 " )
2 Name: Anonymous : 2015-01-17 01:42
What language are you using?
What SQL database do you use?
3 Name: Anonymous : 2017-03-29 14:41
dicks out for Harambe

Return Last 50 posts First 100 posts

Name: