Search Results
So.. I just need: pawn Код: new Query[62], Name[24];format(Query, lenght, "SELECT `Name` FROM `players` WHERE `something='%d'", value);mysql_query(Query);mysql_store_result();mysql_fetch_row(Name...
95,921
Well, AFAIK mysql_get_field is slow, so its better to use sscanf. One question, does this will work? I want to get variable "Name" and store into a string. I can't test it ATM, because Im busy :< ...
95,921
Awesome, now its very much easier creating anti hp hack
30,222
Quote: Originally Posted by Gh0sT_ TimestampToDate it would convert mktime value to date(e.g: 2011-09-02 12:12:12) I have one function, but its outdated I think, created in 2009 mktime ...
24,524
GetWeekDay - NO, not the day of the month, but WEEK day. I found it using search, but its created in 2009, so I think its outdated :l Thanks EDIT: I found other one, how about this? pawn Code: Get...
24,524
Quote: Originally Posted by varthshenon What about make an exception when player inside casino, turn off the anti-cheat, then when player came out, set back their money? Then player wil...
243
HiC >>> why not just mysql_row_count?
181
It's similiar to that I want, but not so much. Since I dont saw any other same scripts, I don't know, how to create a function which will convert timestamp to date(YY-DD-MM HH:MM). I just want to know...
82
Hi everyone, how can I optimizate this? This function converts timestamp to date: pawn Код: stock date(timestamp){    new year = 1970, day = 0, month = 0, hour = 0, mins = 0, sec = 0;    new ...
82
Use S-ALS or ALS to hook callbacks, instead of saying that you must add line X and line X to callback X and callback X
1,204
https://sampforum.blast.hk/showthread.php?tid=252372 this?
72
OK. Now other question. pawn Код: stock date(timestamp){    new year = 1970, day = 0, month = 0, hour = 0, mins = 0, sec = 0;    new days_of_month[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 3...
100
Quote: Originally Posted by [03]Garsino Yeah, I already released it almoust a year ago in my GarInc include. Its like.. there's already ~10 house systems there's already ~5 vehicle spaw...
2,007
Quote: Originally Posted by Darnell Test them yours self ? Dont spam? ****** said the same, and Im going to do that.
100
Hello all, I have small question. Which one "method" is better? And, how much? 1st: pawn Код: new PlayerIP[MAX_PLAYERS][16], PlayerName[MAX_PLAYERS][24];public OnPlayerConnect(playerid){    n...
100
So, which one is faster? Yours or Gamer_Z?
858
So.. Im using Gamer_Z release, which has same defines at all.. pawn Код: /* *  Fast Dialog Processing System * *  Version 1.1 * *  By Gamer_Z * *  for SSI (SA-MP Server Includes) * ...
858
My example is not "full", lol: pawn Код: new name[24];if(sscanf(something, "s[24]", name)) return <...>if(GetPlayerIDFromName(name) == INVALID_PLAYER_ID){    // mysql query}else{     /...
86
Im using first version of this script, its outdated? o,o
858