Search Results
Код: if(strcmp(cmd, "/asay", true) == 0) { new string[128], text[128], pName[MAX_PLAYER_NAME]; if (PlayerInfo[playerid][pAdmin] >= 2 || IsPlayerAdmin(playerid)) { if(IsPlaye...
198
Quote: Originally Posted by SyntaxQ Use ZCMD & sscanf. pawn Код: CMD:asay ( playerid, params[] ){new string[128], text[128], pName[MAX_PLAYER_NAME]; // Two new variables for stori...
198
Hi all, I'm trying to create a command which administrative members can execute to broadcast a message to the server, I know this is pretty beginner level although I've never really used strings befo...
198
If you mean like being able to equip it as a weapon and visibly see it from your firetruck, this is almost near impossible. All I could suggest is possibly adding in a mod for your fire extinguisher o...
78
Why don't you PM him or run a ****** search, I'm sure it can't be that hard to find.
138
I would like to begin with an appologie if this is in the wrong section, although I was curious whether anybody knew any other ways of advertising my server other than in my signature and the sa-mp ad...
94
Hi, I would like to have my name changed to "Josh Carter", how could I go about this? Thanks.
202
I'm trying to create an unban command to go with my /ban command, all my attempts have resulted in 26 errors. Can someone suggest the proper way to go about this, thanks. Here is my /ban command. Ð...
59
I've had a look around and can't seem to find any active English SA-MP dayz servers. Does anybody know if there are any still out there? There was one I use to play although I can't find it now, I bel...
107
Bump, issue is still not resolved and I can't find the problem.
117
The chat always appears to be the letter 'a' with the colon on top of it, no matter what I type.
117
Код: if(strcmp(cmd, "/admin", true) == 0 || strcmp(cmd, "/a", true) == 0) { if(IsPlayerConnected(playerid)) { GetPlayerName(playerid, sendername, sizeof(sendername)); new length ...
117
Quote: Originally Posted by pds2012 You could use the callback called OnVehicleMod. I did not test this code but atleast try it , Enjoy pawn Код: public OnVehicleMod(playerid, vehicle...
81
Is it possible to remove nitro from the vehicle modification place (Transfender etc). I want vehicles to be able to apply modifications although I don't want nitro to be available.
81
Hello, I was reviewing this script and saw that the spawn menu had images such as helicopters and vehicles, aswell as text and the dark shade of black. I was curious to know how this was done as I wan...
79
My ondialog response is massive, anything inparticular you want?
306
I cant seem to find one in that piece of code, are you sure that's the issue?
105
Hello, Today I'm editing my tutorial, and I've got a weird error. Basically, throughout the tutorial it will give you the option on where you want to spawn. On the dialog response, I added something ...
105