Search Results
DKR.amx is your gamemode or just a filterscript?
188
On your server.cfg you must have this line: plugins streamer.so ( if your server runs on linux) or plugins streamer.dll ( if your server runs on windows) Also, on your gamemode you must add #includ...
188
Код: E:\Users\PredelCorp\Desktop\sv samp\Server DKR\pawno\include\Streamer.inc(157) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128" - Go to your pawno folder , then open the include...
188
PLEEAAASE HELP ME SOLVE THIS sTUPID BUG!
141
see the server_log file over there it says what erros do you have when you start your server.
59
Do you have the latest streamer.inc from Incognito? If not download it from here. STREAMER 2.6.1 Also, if you decide to use streamer, convert all createobject to createdynamicobject. And not only thi...
59
#up still not solved, can some1 help me?
141
Ok HellSphinX that I already did and the menu is showing up but the problem is that I don't know why when I enter the bandana I want to wear it won't came up. I think it's incognito's streamer' fault....
141
I changed dialog id from #define and now the menu shows up, but when I chose what bandana I want it won't came up. I use this to create bandana Код: SetPlayerAttachedObject( playerid, 0, 18895, ...
141
Idk what the problem is with these filterscripts because until now they were working just fine, and suddently they don't work now, after I restarted my server.
141
Код: public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/bandana", true)) { ShowPlayerDialog(playerid,DIALOG_BANDANA,DIALOG_STYLE_LIST,"Bandana's","1.Bandana\r\n2.Bandana\r...
141
Hey there, I have a problem with the dialog box. when I type /bandana it should open a dialog menu to chose what bandana color to wear, but the menu won't appear. Here let me show you the ondialogresp...
141
please help me, I now converted all CreateObject to CreateDynamicObject . The problem is that at first, the objects create when I type /roadblock but after some time, even though I delete the old ones...
146
Is there any way to find out the number of objects from my serveR? I think that's the problem.
146
PHP код: if(strcmp(cmd, "/up", true) == 0)     {         if(IsPlayerConnected(playerid))         {             if (PlayerInfo[playerid][pAdmin] >= 1) Â...
80
yeah I think that's the trick, but it still sounds strange that he found 2 hydras at the same spot. I mean after he was saying, he came back with the hydra that he creadet, at the place where he creat...
244
you don't understand. The problem is that whatever command I use to create any object, the object doesn't creates.
146