Search Results
A simple ****** led me to this: https://sampforum.blast.hk/showthread.php?tid=123816 Next time just ****** it. Quote: Originally Posted by Cry_Wolf Kick them. there is not a function to r...
159
I moved the array into the function scope and it worked, figured it out on my own but thank you Robo.
120
I know this isn't pawn related, but I've been trying for an Hour and I get get this function right... PHP код: $vehiclenames = array(400 =>'Landstalker','Bravura','Buffalo','Linerunner','...
120
Not sure how to explain, but take a look at my query and tell me if what i'm trying to do is possible in one query: pawn Код: mysql_tquery(mysql,"SELECT `id`,`houses`.`ownerid`,`name`,`door`,`x`,`...
103
Hello, I am working on a temp-ban system and a better way to determine if it is time to be unmuted/unjailed. I was wondering if I could just use gettime and set it as a string, for example... pawn К...
120
Quote: Originally Posted by Sledgehammer What is wrong with it? It works fine for me. If it is to do with the SendClientMessage's I was a bit too lazy to type out the params of it. It'...
163
Maybe they firewalled you? Shady hosting company that lies. They're an incredibly unreliable hosting company, cheap, but uptime is only like 55%
142
Show your functions for NormalTele() and LoadObjects()
279
Upgrade to a newer mysql, r5 and r6 OR strickenkids if that's what you're using are old, and incredibly slow in comparison to the newer ones.
338
This is honestly funny.. However deleting your settings.cfg in your pawno directory and should fix this.
175
change pawn Код: new H, M, S; ===> Line : 29485    TotalClanTime( Player, H, M, S ); ===> Line : 29486 to pawn Код: new hh,mm,ss;TotalClanTime( Player, hh,mm,ss ); I believe there mig...
279
Quote: Originally Posted by quochuy talk to microphone ? to use includes or software ? . https://www.youtube.com/watch?v=iNbxlRQUgLE They're using a program such as Teamspeak, or Skyp...
100
Hello, I've tried everything on the search options and couldn't find the old shader includes that would make your screens shade into different colors, does anyone have this include and if so, could sh...
141
Change to pawn Код: else if ( PlayerInfo [ playerid ] [ Level ] < 6 )
82
Can you make callbacks that send the info for casinos, like: pawn Код: OnPlayerEnterCasinoGame(playerid, gametype);OnPlayerCasinoGamble(playerid, amount);OnPlayerCasinoGambleWin(playerid, amount);...
49,863
Quote: Originally Posted by Chenko You shouldn't be using return inside a loop because it will end the loop at the first player that isn't a drug dealer so if there is players after him th...
122
Fat all the way, like, FAT FAT FAT, FAT!!! Nah, I like them as long as I can look at them without puking.
268
Add some variable detecting whether they've already interpolated. pawn Код: public OnPlayerRequestClass(playerid, classid) {    if(GetPVarInt(playerid, "HasPlayerInterpolated") != 1) {      ...
172
Hey Kurta, I recently attempted a full keyboard detection system using plugins. I was able to log the keys detected, but I didn't figure out how to make it per player-detection, It detected EVERY key ...
49,863