how to add +1 item when ...
#1

dUserSetINT(PlayerName(playerid)).("Age",+1);

It doesnt work how can i do that it add +1 age on payday

i have payday system i just need to know how to add +1 of age etc...
Reply
#2

You need to get the old age too

pawn Код:
dUserSetINT(PlayerName(playerid)).("Age",dUserINT(PlayerName(playerid)).("Age")+1);
Reply
#3

Thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)