Will for sure add this to my Racewars Project if it works with TFS 0.2.
Kind Regards,
Eldin.
Need help or tutorial please !!! Login.lua and all please hard for me"
well, at least pay attention to what they writeRespect:
Please, don't post your own codes in my thread.
why would you waste an additional storage when other function can check that partAnd more hardcore version of this:
LUA:if(getPlayerStorageValue(cid, 19622)) == -1 then [code] setPlayerStorageValue(cid, 19622, 1) return true end
is this:
LUA:local lastLogin = getPlayerLastLoginSaved(cid) if(lastLogin == 0) [code] end