Search Results
Try TOR : https://www.torproject.org/
149
Quote: Originally Posted by dominik523 It looks awesome, I would give it 9/10. Thank you for the source code Thanks
148
Hi guys, I recently created a game on unity3d. Just wanna share it with you guys and want to know your opinions about it. Here's the game play. https://www.youtube.com/watch?v=OegI4l2hTGk Source co...
148
Updated to V3.1 Changes: Code: Version 3.1 ╘ Object Copy with "C" ╘ Object Delete with "N" ╘ Fast map saving with "LALT" ╘ Move Object with "NUM1 / Middle Mouse Button" ╘ Created object...
1,809
Quote: Originally Posted by SlonCHL Shabi, I have some suggestion for your next version, if you don't mind please improve the following: - The 10 objects per page not really a user friendl...
1,809
Quote: Originally Posted by Le3aT How can i increase the size of any object ? You can't , ONLY Player_Object can be re-size.
1,809
Quote: Originally Posted by Le3aT How can i activate it or use it Please Download file , extract and open server.exe >> Now connect to localhost (127.0.0.1)
1,809
No you can't change the actual map for whole server, BUT you can change your game map by change images files That only effect your map.
82
you have to debug your script carefully Quote: Originally Posted by S0n1COwnsYou show me "public OnPlayerSpawn(playerid)" Actually he doesn't mean that Player Get money on spawn, BUT ...
97
Quote: Originally Posted by Dotayuri Is that really the only way ? in PHP i wouldnt think of doing that You can create you own define function for string by using that function
223
here you go pawn Код: #define C_RED 0xD20202FFSendClientMessage(i,C_RED, "You has been banned, REASON: Attemp to log in the rcon, you can make a Ban Appeal in ranchohippie.createaforum.com"); //S...
131
Tolower works with character , you have to set each character of username tolower case separately : LIKE : pawn Code: for(new i = 0;i < sizeof(username);i++){username[i] =  tolower(username[0]);...
223
You probably using %d to format it
278
Quote: Originally Posted by benel1 oh, no work .. :S Any error
278
i Think you cant, but you can make textdraws to hide them
148
You should invoke a callback and use get_cache function there : SOMETHING LIKE THIS: pawn Код: if(LoggedIn[playerid] == 0) {        new Query[500];        format(Query, 500, "SELECT `pass...
126
You possibly created oPos[][] & oRot[][] a integer , try making it float pawn Код: new Float:oPos[MAX_PLAYERS][3],      Float:oRot[MAX_PLAYERS][3];
78
Quote: Originally Posted by SAMP_Player Pretty legit, I'm saving the game-mode. For further purposes. Well Try new version 2.5 , you can find link at top of POST.
1,421