Search Results
Hi,
How in htaccess, check parameters
Код:
RewriteRule ^([^/]+) http://blablbllbbia.com/test.php?name=$1&anynumberss=$2&secondanumbers=$3&etlblbla=$4
i want if anynumberss contains h...
131
Hi,
If i compile with -d3 parameter my script, i don't need crash detector?
134
Hi,
How to set player angle, according any vehicle, that he will be facing back to vehicle?
139
Yes, but it's always the same, i mean when destroydynamicobject, always function createdynamicobject will be created with ID, in free space?
279
Hi,
If i DestroyDynamicObject
new objectid;
onGameModeInit
objectid = CreateDynamicObject
somewhere:
DestroyDynamicObject( objectid );
and instantly
objectid = CreateDynamicObject
So for ex, ...
279
But FFFFFFFF part is string
format(insdasd,19,"0x%s", inputecolorstring);
170
Hi,
I'am doing like this
new insdasd[20];
format(insdasd,19,"0xFFFFFFFF");
new jngnasd;
jngnasd = strval(insdasd);
And i use jngnasd in material text background color, but not effect that color for...
170
Hi
How to check is string is hexidimal 8 lenght? 6 i know how, but when is 8 lenght?
164
It's not textdraw, it's website text using imagepng, write text in image, i need that font name, from ****** to found, file.
279
Hi,
I want to update post, from sa-mp server. I have connected to website database, but i want to add text, to post, how to do that?
211
Hi,
https://www.youtube.com/watch?v=jr4w8EblnCQ
How to make anti-cheat from this?
153
Hi,
In http i show callback to what call answer, so how to analyse data[]?
127
But it mean every can call scripts in my server if use socket_write it's not safe? i use socket_bind writing my server IP and port but i always get it's invalid and can't by binded.. So i ask how to w...
371
So can show my how using socket from php file call to sa-mp server?
371
But there example send from sa-mp server to PHP, how to from PHP to sa-mp server?
371
I know how to get parameters sending post method, but i ask i don't understand
withdrawMoneyUid = data;
What data should i generate in php file to put here?
And using socket, how to send from php f...
371
Hi,
Код:
var withdrawMoneyCheckInterval = null;
var withdrawMoneyUid = 0;
var blockWithdraw = false;
function withdrawMoneyCheck()
{
$.post("http://anywebsitebla.lt/app/get_withdraw.php", {na...
371
I'am using escaping in php. Like player input something i save with escaping. In other php i load that collum, because i need that value update another table collum
316