Search Results
FOUND THE BUG
It was the chatlog:
Код:
mysql_real_escape_string(text,text);
NEVARR do this.
185
Completely sure.
Turns out rolling back the updates fixes the bug, but I can't find the reason still..
185
Hi,
I've ran into a really frustrating issue which I cannot diagnose.
Every time you write " in chat, you get \ instead, and when you write ', you get \'.
For example:
Код:
hello" -> hello\
do...
185
Quote:
Originally Posted by adelmika
Good how to do that
That's some kinda audio plugin, you'll have to download it and put the .inc file in your pawno/include folder, then try recompi...
326
Easy. You do not have the correct includes. Update it or/and check if it's PAWNO's directory.
326
use
Код:
fopen(string2,io_readwrite);
244
Код:
stock CountLockers() {
new Lcount;
for(new x=1; x < MAX_LOCKERS_POINT;x++) {
new path[100];
for(new lockerid = 1; lockerid < MAX_LOCKERS_POINT; lockerid++) {
format(path,...
319
That's not just a /points command, it'd be a smaller system that could record each gang's stats. (for example, kills)
166
for example:
%d - doube: 2.1 or 23.5
%i - integer: 32 or 49
404
Set them a default value too.
("D(0.1)" for example)
200
Код:
sscanf(params, "ui",targetid,ammount)
instead of
Код:
sscanf(params, "ui",targetid)
funny, I could never get "u" to work..
299
That should be something with your compiler / client or so. It doesn't normally do that.
400
Quote:
Originally Posted by airplanesimen
okay, then use:
pawn Код:
if(IsPlayerInAnyVehicle(playerid))return SendClientMessage(playerid, colorhere. "you are not able to spawn a car whi...
226
Hehe, I could've fixed it if it displayed the line.
It's an in-game warning..
Also, it crashes if I spawn another vehicle than i am in already. >.<
226
hello,
now I have this: (the part when the player is being put in the veh)
Код:
new Float:iPos[2+1],Float:iAngle;
RemovePlayerFromVehicle(playerid);
DestroyVehicle(pDetails[playerid][aCar]);
...
226
Problem should be here:
Код:
IsAnOwnableCar(carid)
Also, I don't know why'd you check for IsPlayerConnected..
334
Show me OnPlayerDeath and the definition of gTeam
366
Use the streamer's command:
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
181
That's automatical. SA-MP breaks the line when needed.
378
Thanks, that could help, because if I use fseek to put the pointer to the begginning of the file I can write the data backwards
rep 4 u
126