Search Results
Quote: Originally Posted by Stepashka Мне кажется проблема в строке pawn Code: orm_setkey(ormid, "id"); Без нее данные в таблицу не пи...
1,126
Доброго времени суток, изломал всю голову не могу догнать в чем соль. Не могу сохранить значение id в таблицу, ...
1,126
Hello. When I use SetPlayerAttachedObject, the object don't show (like invisible) Code: new tc_Caps[][]= { {"Cap 1", 19162}, {"Cap 2", 19161} }; List of objects: Code: for(new i, z = sizeof...
72
Исправлено. В конфигах 2 раза была прописана строка с плагинами
126
Quote: Originally Posted by cm666 У автошколы там так и должно быть. Это вроде косяк игры ! За пределами:
126
Hello all. The objects around players don't drawn (only their LOS). I think that trouble on the server-side, because on other servers there isn't this problem and other players can't see the objects t...
68
Здравствуйте все. Столкнулся с проблемой, что объекты (стандартные) не прорисовываются (показывается только ...
126
Когда-то решали подгрузкой всех либ при первом спавне/коннекте
181
Кто вас учит код писать? Я такого треша никогда не видел
83
I'm looking for someone who wants a scripter. I've got over 3 years experience in PAWN and I'll script all what you want if you pay me. P.S: I can also optimize your code P.S.S: Pm me
184,433
Quote: Originally Posted by ATomas Yes it is a solution. But I'm trying to find better solutions than the streamer. There isn't better way. A lot of scripters use streamer
304
Quote: But, If I delete all SetPlayerObjectMaterialText, CPU usage still 90% And what about SetObjectMaterialText
304
D'you use SetObjectMaterial or SetObjectMaterialText?
304
Quote: Originally Posted by codectile We have to return a string, returning a boolean type will be very much useless in this case. This is the worst idea to return a string because it's...
275
Quote: Originally Posted by codectile The above functions are much better than your's. Just stop criticizing. These functions're returning the string (it's very bad). Quote: ...
275
All that is provided above - shit. The only way you can do it nomally is: pawn Код: splitname(playerid, name[21]){    GetPlayerName(playerid, name, 21);    for(new i; i < 21; i++)    {  ...
275
pawn Код: new nickname[2][25];GetPlayerName(playerid, nickname[0], MAX_PLAYER_NAME);sscanf( nickname[0], "p<_>s[24]s[24]", nickname[0], nickname[1]); nickname[0] - All, what before "_" nick...
275
Quote: Originally Posted by PawnOX i mean, when player is admin off duty then he /aduty to get on duty, it will save his previous weapons then if he go admin off duty again the previous we...
159