Search Results
Quote: Originally Posted by Konstantinos Then would you mind to show us the OnPlayerText callback if it only happens on your server. Код: //==============================OnPlayerTex...
205
Quote: Originally Posted by Konstantinos Is this happening with any server you join and try to chat to? Oddly enough, no. But I havent edited anything in my server since the last time I...
205
Quote: Originally Posted by iAnonymous F7 wont help because he can see all other pop ups except the chat that players type .. Maybe some of your files are corrupted . Try re installing s...
205
Very nice release however it seems like I ever aim my weapon (Right Mouse button) it goes into 3rd person for a second until going back to first person. Did I do something wrong?
1,063
Hey forum, i'm currently trying to use this script: https://sampforum.blast.hk/showthread.php?tid=354490 , I setup everything like it says but the screen stays red the whole time you're playing the ga...
53
So I just installed Sa-mp today (Newest Version) but for some reason I can't see any of the chat that I type/talk in the chatbox. I can see all the other text that pops up upon joining my own server b...
205
I have no idea what the problem is. It doesnt happen in any other servers. I can see through almost every object such as created walls, tree's, glass, etc. Picture attached as you could see through t...
167
Quote: Originally Posted by MP2 Open your eyes: http://forum.sa-mp.com/forumdisplay.php?f=22 Alright buddy no need to be rude about it
90
Why am I not allowed to post a thread in the server advertisements section?....
90
Doesn't adding timer's just go harder on your CPU/Server? Anyway; It look's good , the only thing I don't like about it is that it's a big textdraw. Maybe make it a little smaller?
357
Not working for me :[ I'm getting "/music does not exist" I use strcmp
545
Okay so. Some guy comes into my server and tells one of my admins to kill him. So he does. Then I ask why? Then he says "Cuz I want to suggest it to my server". WOW. Then after I had a big argument ...
238
Quote: Originally Posted by Calg00ne What do you use for commands? zcmd, dcmd, OnPlayerCommandText with strcmp/strtok? I use zcmd. EDIT:: I put it OnPlayerCommandReceived and for zcmd ...
282
Quote: Originally Posted by varthshenon Yes indeed. There's no other way to make it so all the commands aren't able to be used?
282
Quote: Originally Posted by varthshenon You can put that in your command. Example: pawn Код: if(PlayerInfo[playerid][Jailed] == 1) return SendClientMessage(playerid,Red,"You can't use ...
282
Okay so I can jail people properly. But I want to make it so they can't use commands while in jail. This is code that is saying that you're in jail; if(PlayerInfo[playerid][Jailed] == 1)
282
Quote: Originally Posted by EpicNavy very nice for COD servers. you could do like 3 kills treak deathmachine 9 kill streak Hunter. 11 kill streak hydra or something That's exactly what...
299
Quote: Originally Posted by LZLo PHP код: CMD:deathmachine(playerid,params[]) {     if(GetPVarInt(playerid,"KillStreak") >= 11)     {         GivePlayerWeapon(p...
117
I set my killstreak to give a Death machine on 11 Kills. But it keeps giving it to me in 6 kills. But nowhere in my script does it say to give it in 6 kills. Код: CMD:deathmachine(playerid,params...
117