How could I do a system to update player informations in Database ?
#8

https://sampwiki.blast.hk/wiki/SetTimer

Код:
SetTimer("SaveData", 10000, true); // Will repeat every 10 seconds. 10000ms

forward SaveData();
public SaveData()
{
    // Save your data here
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)