Search Results
PHP код: case DIALOG_SETPAIRS:         {             ShowPlayerDialog(playerid, DIALOG_SETPAIRS_0, DIALOG_STYLE_INPUT, "POSTAVLJANJE PAROVA", "Unesite ime domačina....
104
I used iPLEOMAX textdraw maker, if you say that is not correctly how make correctly?
116
I have created all textdraws but simply I make them selectable but ingame I cant click on them. PHP код: public OnPlayerClickTextDraw(playerid, Text:clickedid) {     if(clickedid == ...
116
Can you please show me some example how to do, I really dont understand ***** text. I want to create file with string in it, and after to load that string in SendClientMessage, format and everything ...
115
Explain me how to do like that? Example?
115
If I have file like this: PHP код: LINE1 LINE2 LINE3 LINE4 LINE5  How to code to load for example LINE 2 to format that as STRING 1, and I will put that in textdraw, after that to load fo...
115
I dont to complicate like this, I want to know how to make using PlayerInfo for that my strings, if anyone know any solution,idea please reply. Now I'm on this: I have created: PHP код: publi...
178
Quote: Originally Posted by BroZeus well it would work like this but make sure in ur "bla bla bla" there is no "=" sign pawn Код: //on top#define MAX_STRING_FROM_FILE 50new store[MAX_S...
178
How to make that? Example please, I want when player do my command to save that 'bla' string in his ini file. Like this: PHP код:                               ...
178
Hello there, I have on my server basic register/login system and it's works, YINI do that job very good. Now I started to create something from my idea, and now i create everything, to save in user i...
178
PHP код: CMD:cmd(playerid, params[]) {     //TextDrawShowForPlayer(playerid, BOX1);     new string[256];     new File:pos=fopen("something.txt", io_readwrite);     while(fr...
78
This is create on computer or ? I create on computer and how to upload on web page, where?
2,001