Search Results
I've been trying to fix my script about this, every time I enter or exit a house, it gives me this warning and if I do it on the official host - the player gets temporarily banned. So I've noticed tha...
67
Then why don't you do it twice or three times? pawn Код: CreateExplosion(PlayerBombPOS[playerid][0],PlayerBombPOS[playerid][1],PlayerBombPOS[playerid][2],2,50.0);CreateExplosion(PlayerBombPOS[play...
90
I'm not sure if this issue is within the script or the client already. I've made a command to spawn vehicles and once the vehicle ID reaches 200 and up, I could no longer control it. Example: Vehicle...
62
Try this: pawn Код: #define DIALOG_MUSIC 1234CMD:playmusic(playerid, params[]){    #pragma unused params    ShowPlayerDialog(playerid, DIALOG_MUSIC, DIALOG_STYLE_LIST, "Music List", "My Time i...
108
Isn't it weird that it stops at ID 200? I mean, I could still spawn a temporary vehicle but then ID 200 couldn't be manipulated anymore. I tried to do this: pawn Код: public OnPlayerStateChange(pl...
90
Edit: Nevermind, it still stops at ID 200.
90
Did you put them all under: /pawno/include /include
158
Try putting your include files inside the folders "pawno -> include" and "include"
158
I'm putting in random vehicles in my script using AddStaticVehicleEx() there are also some vehicles that were created using CreateVehicle() mainly for dealership vehicles. I scripted it in that if the...
90
Oh geez, I should have asked first before renaming them. Thanks Y Less! Edit: I already changed most of them to [128] some to [64] and [32] except for those that I use to query. It's still the same.
67
You might be referring to https://sampwiki.blast.hk/wiki/EditObject
90
I would like to ask if renaming and putting strings down to 128 max cell size be effective in avoiding this warning? Код: Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Header...
67
Make sure that you're using the correct plugin version of MySQL, and making it as a GIF is terrible.
138
Quote: Originally Posted by Facerafter Is that list incomplete? I swear I have seen the use of the "f" key never changed my key bindings. Yes, the key "F" for entering a vehicle in most...
101
Also, if you check this link: https://sampwiki.blast.hk/wiki/Keys You wouldn't see any default key for "L" on the keyboard. So just keep in mind that the person would still have to change their confi...
101
Hi, try this one: pawn Код: YCMD:v_buy(playerid, params[], help){     if(PR[playerid][VehiclesOwned] >= 1)          return SendClientMessage(playerid, COLOR_ERROR, "[ ! ] You already r...
122
This is what I normally use: pawn Код: if(!inputtext){ // your code here}
185
What's with those closing brackets?
99
Yes, the object would also be non-breakable. The only thing changed is the material/texture. I assume that you're trying to have unbreakable glasses?
73
Looking for beta testers and mappers for an upcoming role-play server. Requirements for beta testers: - At least 2 years of SA-MP experience. - Have played in a role-play server for at least a year. ...
203,186