24.05.2017, 08:53
Sorry i got the problem solution and solved it!
Problem is in gettime :P
I typed this
if(Player[playerid][JobSalary]>gettime)
Correct is this
if(Player[playerid][JobSalary]>gettime())
Thanks all for responding my topic
Problem is in gettime :P
I typed this
if(Player[playerid][JobSalary]>gettime)
Correct is this

if(Player[playerid][JobSalary]>gettime())
Thanks all for responding my topic

