Search Results
TOTAL EDIT:
I found out how to make it.
Before you format message you write something like this:
Код:
strf = strfind(text, ":D", true);
if(strf != -1)
{
strdel(text, strf, strf +2);
}
126
Hello!
I'm having little problem with the string.
What i want to do is to check if there is let's say '' char find out the pos of it and delete it.
Код:
stock DeleteChar(text[])
{
for(new i = ...
126
What's with the unicode characters, i set all to utf8_unicode_ci in my database however when i get the retrieve data i get something like this: "? ? ? ? у? ? ?"
I tried to use mysql_set_charset("utf...
187,031
I came up with this:
*dead link*
However this doesn't work that perfect o.o, could someone look at it and help me out ?
EDIT:
No help needed anymore, it work fine now
here is the example if so...
204
Hello, i was wondering how to make new line in chat, when player message is longer then 64 chars his text will be split into 2 stings and sent as 2 different messages.
204
Okay you guys, i found out how to make it work.
for those who maybe have same problem.
http://pastebin.ca/2048677
196
Sup, i'm working on little gamemode which use mysql. I splitted some strings, ints, floats with sscanf however i don't know now how am i supposed to extract them into arrays.
http://pastebin.ca/20486...
196
You should:
1. https://sampwiki.blast.hk/wiki/CreatePickup
2. https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup
In OnGameModeInit you create pickup like:
On top of script
Код:
new myfirstpi...
425
Quote:
Originally Posted by Winded
Quote:
Originally Posted by Toga
Could you perhaps make a /rules script too? I cant seem to find on anywhere i give you cookie!
I already...
719
Show us your code, cuz if you want to carry ip with timer just to return it after a couple of seconds so uhm, well it's better to use global array.
433
Quote:
Originally Posted by ๔๏קקєyy
This is not really a filterscript its more of a usefull snippet.
[Doppeyy
Maybe yes maybe not, anyway i was bored so created that.
333
Info
Okay! this filterscript is very simple, but useful!
What does it do ? Well if you leave server message will pop up on the chat saying that you have left the server cuz of kick/ban/time out/quit....
333
Okay straight to the question, is it possible to make that only player from same team can see each other on the radar ?
131
You should add instead of Administrator, 'GameMaster' it sounds much more cooler xD
265
Quote:
Originally Posted by John Rockie
Looks Cool
Thank you
277
Quote:
Originally Posted by c0ke
>Very nice<
Thx
277
About script
This is very simple tuning script that allows you to tune cars if you are mechanic.
Commands
/joinm - Only at tuning shop, you have to use this command to become an mechanic!
/addtun - Yo...
277
Quote:
Originally Posted by JoeDaDude
Thats only if wrong password though, Becuase im using that now
That's wierd cuz im using it like that and you can't use escape, to exit dialog.
Yo...
177
Код:
if(dialogid == dialogID)
{
if(response == 1)
{
//do something here
}
else
{
ShowPlayerDialog(playerid, dialogID, DIALOG_STYLE_INPUT, "blalala:", "blal...
177