Search Results
Well you could use: Код: $str = $_POST['username']; return !preg_match('/[^A-Za-z0-9.#\\-$]/', $str); Those check if the string contains invalid characters, So all you have to do is to place that ...
139
If i where you i would install a LAMP server by doing: Код: apt-get install tasksel After installation completed run command: tasksel Choose for a lamp server, and it will install apache for ...
146
Looks super epic I am going to pre-order this game!
317
Quote: Originally Posted by HyDrAtIc So, KickWithMessage? For example: pawn Код: /* This is the timer that kicks the player if needed put it in your function so replace with Kick()...
126
Well you can make a timer, pawn Код: SetTimerEx("KickPlayer", 100, false, "i", playerid);and in function KickPlayer you put your Kick(playerid); This should dodge this.
126
Quote: Originally Posted by Grooty So you should always use Dynamic? If you go over the 1000 objects then i would use definitly a streamer.
143
You do realise that it is illegal to copy source codes from websites and claim it as your own?
295
Word art + Commic Sans is the best.
290
Well to get a player position you first need a targetid you can use sscanf for this, so when you create a command you can add a targetid in it. After that you can get the target ID position. Like i di...
80
Quote: Originally Posted by RvGamers While I do agree that simply using an editor is a more practical solution long term, it also could not hurt to gain an understanding of the fundamental...
531
Hey guys, I am trying to use the inputtext at onDialogResponse to set a event name, however it does not work for some reason, we are trying the following: pawn Код: enum _:eEvent {    eID,   ...
73
Quote: Originally Posted by Max_Coldheart Let me guess, you haven't bothered learning English because its not unique? +1 Respect, dude really if you are going to ask for server gamemode...
203
Hey Guys, I use the ysi_class include from YSI, wich works for me and for the script everything works fine so i can choose a team (city) and then i go to onplayerrequestclass but the thing is that i ...
116
Hello Everyone, I just made a database command called "Punishments" that needs to retrieve all the rows from a user ID and fetch them in to a variable called reasons and displays them on the screen. ...
81
Hey guys, I am making a gamemode in SQL and i want to save + read the SQL datetime stamps. I only have no idea how to do this because when i do mysql_get_field on the datetime stamp i get nothing in ...
48
Well the design is indeed super simple but still some people would be happy with it. Still if i where you i would fill up the left side bar with other blocks of content.
288
I found the solution thank you guys, it was a combination from both of your solutions. I have just one question left is it possible to make a bool for every player so like bool:PlayerSelectedClass[MAX...
205
Quote: Originally Posted by RevolutionaryGaming You get kicked? I didn't see you mention that. Can you post your OnPlayerSpawn code? How quickly are you kicked? Yes i get like instantly...
205
Quote: Originally Posted by DaTa[X] you get spawned coz all your code in OnPlayerRequestClass(playerid,classid) i think it's a bug So what you say is that i need to split my code up fro...
205