Search Results
I tried to make a code wich you can write in a custom URL for a internet radio station. It seems like I cant use strings nor integers to get it working, all I get is an error in Pawno. Heres my test c...
97
Thanks. Have been looking through k-dst before. Didnt find anything there.
87
Im looking for a garage door object. I've been looking for about an hour now but cant find anything. I've also thought about texturing but dont really know if its possible to do that with for example ...
87
Simply do this as Denying said. pawn Код: SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK); Or change the Z in the x,y,z thing to a higher number.
78
You need to ShowPlayerDialog when the player press the button on the password dialog.
59
Ok. First you have to save the country of the player when the player register. I dont know if you can get the country in any way without tracing the IP in a very advanced way. The register thing is t...
173
There's no way you can make a replay of a death when you kill a player or get killed. But you can spectate the player that killed you with SetCameraBehindPlayer(killerid); under OnPlayerDeath().
82
Try to set a timer that gets the players position and destroys the object when the GetObjectPos = GetPlayerPos.
87
There is a OnRconLoginAttempt in your script just kick him or something under that function
87
Removing the include should work. But proberbly not so maybe just try to forward ANGEL_UPDATE(playerid); instead of using that advanced unnesseserry stuff. You just need to loop trough the players. Ju...
143
I wondered if anyone knew about a rope object, like the rope on the cranes in the game or the one in the mission in Las Venturas when you lift a truck? Just had a crazy idea about dragging players aft...
47
I dont know much about dutils but all those functions is inside the a_samp include. I dont think you should use fread to save/open/read with dutils and dini included.
116
That was a really hard way to script. And please only use [php] for php codes. At the siren command you're using a not nessesary variable. You can use VID on GetPlayerVehicleID but not the object just...
103
This is still not getting clear for me as noone have ever realesed something like this, but i know it's out there. I was thinking about some kind of script that can read the information on the page an...
152
I think it is a problem with y_ini in 0.3e. Maybe the only person that can help is ******.
68
Quote: Originally Posted by HDFord pawn Код: public OnPlayerConnect(playerid){//you will need to put the fexist to check if the player have registered before this    new INI:File = I...
834
HOW TO MAKE A ADMIN SCRIPT Why did i make this? This is my first turorial and someone asked me to find a good tut on how to make a admin script using y_ini. I've seen many tutorials that you can just...
834
Add a if pawn Код: if(trunk == 0) return set the trunk open.else return close the trunk. it does not always work. I would recommand to debug it but since im on my phone i cant do it for you.
88
pawn Код: if(sscanf(params,"d",grams)) return usage /ts gramselse playerinfo[playerid][drugs] - grams, guess you know how to use it? Cant help you very good right how.
62