Search Results
Get Microsoft Redistributable Pack 2010+(2007 is outdated, better use 2010 version) And... Done!
157
Hey Bulgaria, I don't know if you remember me or not.. anyway It's not really hard, if you want it in simple understanding: > If the player isn't registered, show him a dialog(ShowPlayerDialog) as...
125
Can you explain what do you mean by, 'doesn't work'?
97
OK, the core problem here is: Код: if (!sscanf(params, "uci", toplayerid, string, amount)) you don't use a '!'(NOT) in a ssanf, which is not allowing the command to continue further So try: Ко...
97
https://sampwiki.blast.hk/wiki/ShowPlayerDialog Still confused? https://sampforum.blast.hk/showthread.php?tid=109610 What you want: Код: #define DIALOG_SCLS 1001 // On top of the script ShowPlay...
123
latest version is 0.3.7 Check if you downloaded 0.3.7 R2 client and check if your sa-mp is 0.3.7
219
Don't you think you should use it like this? Код: format(string, sizeof(string), "Vehicle: %s | Plate: %s\n", VehicleNames[name], VehPlate[x]); SendClientMessage(playerid, -1, string);
91
You can't use one '=' in if() {} loops Use: Код: if(BalonTime[playerid] == 1) And also
106
You can't do that.... Why would you want to anyway?
84
Try searching old topics, well that object doesn't appear sometimes even for me :P ....https://sampforum.blast.hk/showthread.php?tid=534862
112
Can you explain better than that?
91
Код: #define HAX_DIALOG 10001 ShowPlayerDialog(playerid, HAX_DIALOG, DIALOG_STYLE_MSGBOX, "Ban notice", "You have been banned for using hax", "OK", ""); Code please? :<
111
You can take help from this topic I believe: https://sampforum.blast.hk/showthread.php?tid=85406
93
Remove the: Код: TogglePlayerControllable(giveplayerid,0) AND: TogglePlayerControllable(giveplayerid,1); I don't know why you don't get loose indentation error.. The bracket's are not proper, re...
138
Actually you can't, now you have 2 options [1]: Bear with random rotation [2]: Try to fix GetObjectPos
261
Code: UpdateVehicleDamageStatus(vehicleid, Panels, Doors, Lights, 1); // back right UpdateVehicleDamageStatus(vehicleid, Panels, Doors, Lights, 2); // front right UpdateVehicleDamageStatus(vehicleid,...
134
Here dude https://sampwiki.blast.hk/wiki/TireStates
134