Search Results
Hello,
Title says everything.
What is the maximum vehicle compoments that I can add for one car?
121
It was from this
Код:
ShowPlayerDialog( playerid, 1, DIALOG_STYLE_MSGBOX, "", string, "Ok", "" );
If that is empty it might crash your server.
163
Do you have anyidea how i can solve this?
163
[ame]http://www.youtube.com/watch?v=ucBL6n6mEnQ[/ame]
What do you think guys ?
403
Never mind i fix it.
Have a nice day.
94
Hi, does exist pawno for linux/ubuntu/debian?
334
Check the positions with a message
pawn Код:
new string2[50];format(string2, 50, "x: %f, y:%f, z:%f", floatstr(x), floatstr(y), floatstr(z));SendClientMessage(playerid, -1, string2);
EDIT: Try n...
225
pawn Код:
stock MySQL_House(playerid){Â Â new query[300], pname[24], savingstring[20],string1[128], x[20], y[20], z[20];Â Â GetPlayerName(playerid, pname, 24);Â Â format(query, sizeof(query)...
225
Tell me xHPos, yHPos, zHPos are defined as floats?
225
EDIT: Use "floatstr(string);"
pawn Код:
mysql_fetch_field_row(savingstring, "xHPos"); zHPos[playerid] = floatstr(savingstring);mysql_fetch_field_row(savingstring, "yHPos"); yHPos[playerid] = floa...
225
Yes i don't allow weapons on my server.
EDIT: Anti-cheat works fine but that guy can evade it only with sniper rifle and i don't know how...
304
Its hard to read this?
pawn Код:
if(GetPlayerWeapon(i) >= 1 && GetPlayerWeapon(i) <= 45)
Man, then you have a problem.
304
Hello,
I don't how but a guy with cheats can spawn sniper rifle without getting detected by anti-cheat.
This is my anti-cheat.
pawn Код:
public OnWeaponCheck(){ // Timer is set to 1 sec to chec...
304
pawn Код:
if(strcmp("/unfreeze", cmdtext, true, 10) == 0){Â Â TogglePlayerControllable(playerid, 1);Â Â return 1;}
352
pawn Код:
stock BuyBusiness(playerid, bizid) { Â new string2[256], score = GetPlayerScore(playerid); Â new name[24]; Â GetPlayerName(playerid, name, sizeof(name)); Â #if defined PRINT_HOUSES Â...
375
You better use,
pawn Код:
public SetVehicleEngine(playerid, status){new vehicleid = GetPlayerVehicleID(playerid);//...rest of the code.}
143
Problem solved. You were setting them to -80000 instead to give them.
pawn Код:
stock BuyBusiness(playerid, bizid) { Â new string2[256]; Â new name[24]; Â GetPlayerName(playerid, name, sizeof(...
375