Search Results
Quote: Originally Posted by king_hual What if they're using low quality textures? Then it's also modded
188
check the size of your gta3.img file, if its 896 MB (918,032 KB) then your game is not modded,if it's higher then the game is modded
188
you have to use " u" specifier, "d" represents an integer. so replace this pawn Код: if(sscanf(params, "d", giveplayerid))return SendClientMessage(playerid, 0xFFFFFFFF, "/ismesti [ћaidėjo ID]")...
165
erm you will need zcmd and sscanf for this pawn Код: CMD:vehrefund(playerid,params[]){        new TargetID;    if(sscanf(params,"u",TargetID)) return SendClientMessage(playerid,-1,"USAGE:/ve...
61
try using cache_get_row if you know the place of your row.
121
Hello, While looking in some game modes, i saw this loop pawn Код: for(new i; i<MAX_PLAYERS; i++){    if(IsPlayerConnected(i))    {        // do the stuff here.    }} Question is, why...
120
What the fuck is PPC_Housing?
381
using "%e" place holder right?
109
The Whole table is going to be destroyed and i am going to loose all my players data if i don't have a backup.
109
As the title says, When and why should i escape strings? I don't really get the SQL Injection thing if i didn't escape the string, if someone can give an example i'd be grateful Thanks
109
Use XAMPP or WAMPP as a local host Free Databases from websites are extremely slow,and if you are testing then use the local ones.
85
You need sscanf to do this or isnull() from ZCMD anyways i made a quick one for ya pawn Код: CMD:me(playerid,params[]){    new Message[128];    if(isnull(params)) return SendClientMessage(play...
100
use pawn Код: OnPlayerCommandPerformed(playerid, cmdtext[], success){    if(!success)    {        SendClientMessage(playerid,yourcolor,"This command doesn't exist");    }    return 1;...
182
You are not alone here buddy, it lags like shit for me too even though i have a good gaming rig. Install update v 1.07 and turn off Shadows it made the game a little bit stable.
273
Quote: Originally Posted by ****** Or use the "k<weapon>" specifier. Ehm, how to use it, i looked before opening this thread, but found only k<playerstate> specifier,how to ...
99
Hello, i have a question, let's say i have the following line : pawn Code: if(sscanf(params,"us[10]",targetid,weapon)) How can i allow "weapon" to be entered as string or as an integer not only as ...
99
Hello, I have a problem when it comes to gaming with windows 8,Old games like RedAlert,Yuri revenge, Pocket Tanks, Neighbors from hill etc... lag like hell, I used fraps and I get maximum 5 FPS which ...
110
well mysql_init doesn't exist neither mysql_fetch_row. Move your lazy eye into the thread and look at the commands there. but i think you should replace mysql_init with mysql_connect and mysql_fetch_r...
170