#2

I'm sure you need a parameter to your function which will be job's ID.
pawn Код:
forward LoadJobs(id);
public LoadJobs(id)
{
    new Cache: database; szQuery[ 0 ] = EOS;
    mysql_format( mysql, szQuery, 128, "SELECT * FROM `jobs` WHERE `jobID` = %d", id);
...
Reply


Messages In This Thread
Help - by Edw - 03.04.2015, 12:23
Re: Help - by dominik523 - 03.04.2015, 12:26
Re: Help - by Nicker - 03.04.2015, 12:34
Re: Help - by Sawalha - 03.04.2015, 12:57
Re: Help - by Edw - 05.04.2015, 13:02

Forum Jump:


Users browsing this thread: 1 Guest(s)