Search Results
I made an island with map editor far away in the sea and now I noticed that pickups do no work there. I tried to create a pickup on the island and it simply does not appear. Then I changed coordinates...
114
So there's no way to put array string in enum? #define MemberName][%1][%2] MemberName][((%1)*hStorage_size2)+(%2)] doesn't work
284
Quote: Originally Posted by Sunehildeep You don't need to do like that, because we've done this to obtain that. PHP код: #define MemberName][%1][%2] MemberName][((%1)*hStorage_siz...
284
Quote: Originally Posted by Sunehildeep PHP код: MemberName[sizeof_hStorage]  That's a string, if you format it like for example "Message", it has 7 letters, so MemberName[0],...
284
Код: const hStorage_size1 = 20; // amount of members const hStorage_size2 = MAX_PLAYER_NAME; // player name size const sizeof_hStorage = hStorage_size1 * hStorage_size2; enum Data { MemberName[si...
284
Quote: Originally Posted by ax1 new problem Код: groups=cache_get_row_count(); if(groups == 0) print("[INFO]: No groups found in database."); else { print("-----------...
223
new problem Код: groups=cache_get_row_count(); if(groups == 0) print("[INFO]: No groups found in database."); else { print("-------------------------------------------------------...
223
Quote: Originally Posted by Jstylezzz You could either take the approach you described above, or query the database once a user tries to create a group. I wrote a small example with commen...
223
I'm trying to create group system, where a player is able to create his own group. When player tries to create group it should check if group name is not already taken so I figured that I should load...
223
Quote: Originally Posted by SyS whirlpool plugin... thanks brother
176
Код: [18:19:24] [18:23:45] [sampgdk:error] Too many callback arguments (at most 32 allowed) [18:23:45] [debug] Run time error 19: "File or function is not found" [18:23:45] [debug] WP_Hash [18:23...
176
I used to test a server on my own laptop, but now im using VPS which uses Linux and I need to change my windows plugins to linux ones. So I did that and recompiled my gamemode with them. But when I la...
176
Quote: Originally Posted by Uvais @ax1 What do you get by doing this: Код: sudo /etc/init.d/mysql restart Код: [ ok ] Stopping MySQL database server: mysqld. [ ok ] Starting M...
320
also I can connect to phpmyadmin but this error messages are displayed
320
I'm trying to install mysql and phpmyadmin on my linux server I typed Код: apt-get install mysql-server I was asked to create password which I did and then this table popped up
320
Quote: Originally Posted by Vince MoveDynamicObject itself returns the time in milliseconds that it would take to move the object over the specified distance at the specified speed. You ca...
77
let's say I want to move object back and forth, from point A to point B, then back to point A and then repeat everything for an infinite loop. I can move object from point A to point B with MoveDynam...
77
Quote: Originally Posted by NaS If no bullet is actually shot (which is the case when you shoot the sky or a target that is too far for the collision to be loaded), the callback won't be c...
119