Advertisement
Sem_Loreann

Untitled

Apr 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. new ip[32];
  2. new hour, minuite, second;
  3. new day, month, year;
  4. getdate(day, month, year);
  5. gettime(hour, minuite, second);
  6. GetPlayerIp(playerid, ip, 32);
  7.  
  8. mysql_format(MySQL, mquery, sizeof(mquery), "INSERT INTO "TABLE_CONNECTS" (Name, IP, Date, Time) VALUES ('%e', '%e', '%d.%d.%d', '%02d:%02d:%02d')", GetName(playerid), ip, day, month, year, hour, minuite, second);
  9. mysql_tquery(MySQL, mquery, "", "");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement