Search Results
Yeah, except the COMMAND_HIDDEN still shows the default error message. Код: public e_COMMAND_ERRORS:OnPlayerCommandReceived(playerid, cmdtext[], e_COMMAND_ERRORS:success) { switch(success) { ...
112
See the problem is, is that I want to change the message I output when the command doesnt work or the person doesnt have permissions. But if I change the return to a failure the command doesnt work as...
112
After doing some more debugging, I found out that my commands are being called when I use them as COMMAND_OK and not as COMMAND_DENIED. Even though the player should not have access to the commands. A...
112
Hello, I am making it so only admins can output certain commands anyway the flag system doesnt seem to be working for me. Код: public e_COMMAND_ERRORS:OnPlayerCommandReceived(playerid, cmdtext[],...
112
Problem is tho, is that its not actually saving as default. Link to image, on imgur. It runs more smoothly https://imgur.com/LQJyveG
211
Hey, so I guess this is less of a scripting problem and more of a window problem, but I cant seem to set a default program for .pwn files. Just wondering if anyone has a simple solution. Thanks.
211
Just wondering but would it be possible to change what username the player is connecting with through this?
1,046
Is the file located in "gamemodes\wcrp\utils.pwn"?
128
I edited my post check it out.
131
https://sampwiki.blast.hk/wiki/SetVehiclePos Check this out, replace SetPlayerPos with this to tp a vehicle If you need to tp a person into the spot when they are not in a car you would want to use ...
131
Quote: Originally Posted by AbyssMorgan If you want generate random points in range use: PHP код: GetRandomPointInCircle(Float:x,Float:y,Float:radius,&Float:tx,&Float:ty); ...
136
Hello I made a system that drops items when you die. However I want it to drop items around your position, like within a range of 5.0. I am just not sure how I would accomplish this.
136
Hello my server is showing retrieving info when I use my domain name to connect. But when I use the regular IP it doesnt. Anyone have any idea why? The server is online and that is the IP of the serv...
80
Hey I am wondering where the best place to place this system would be. I am creating a system for my DayZ server and basically doing the blood system I got it all working and stuff right now I am just...
46
They where using this function. https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer They play an audio file from a Stream URL.
84
Quote: Originally Posted by JasonRiggs Yes they do can, And to avoid this, you need to set the player a different interior, if you will make his controllable false.. I dont think thats ...
121
Quit bumping all your 1000+ topics. You dont learn anything from us giving you code, find someone who is willing to help you script your shit and teach you or look up some guides.
105
Thank you. Something that just went right over my head .
138