Search Results
Already in the group. Pretty cool guys.
151
Nice to see you're actually doing something, Cole. [/troll] Not too bad.
760
Quote: Originally Posted by zDivine Do not post untested code. I know what I'm doing. No where does it say I have to test my code. If there are issues, then it will be addressed. It is ...
409
I'm simply stating the general rules.
312
Unless this gamemode is over 200,000 lines, it wouldn't be mostly your work. Anyways, you are not allowed to release NG:RP edits, as they are leaks. (not given for public use)
312
pawn Код: if(strcmp(cmdtext, "/flip", true) == 0){    if(IsPlayerInAnyVehicle(playerid)&&GetPlayerState(playerid) == PLAYER_STATE_DRIVER)    {        new currentveh, Float:angle; ...
90
Edit: Re-read that. Sorry, kinda sounded like a dick. Just clean the 'gamemodes' folder.
1,210
These need to be commented out or removed. They are not actual code and the compiler is trying to compile it as code. pawn Code: // This is a comment/* This is acomment block */
206
You are a god among men. Amazing work, can't wait for a release.
1,992
Quote: Originally Posted by matthew1211 can you make an non mysql version aswell Sorry, I am not going to do that. I feel MySQL is more efficient and easier to work with.
409
Thanks. My reason for using it is because of pure laziness. I got tired of typing it out directly.
409
* Bus System * * Theory (aka Skyrise) * Basic Concept - MySQL based dynamic bus system. Dynamically set via admin. Players can call for a bus at a station - se...
409
Quote: Originally Posted by Y2Jerichoholic This is /me .. we search /ame ! You obviously didn't look at the code. It is /ame.
295
Quote: Originally Posted by ColorHost-Kevin There is no such thing as unlimited. And not free either. Off of your website. It says unlimited in some places.
361
Quote: Originally Posted by Skyrise Try this. pawn Код: new vehTimer[MAX_PLAYERS]; // wherever you put them (usually at the top)forward vehHackReset(playerid);// The timer.public vehH...
363
Edit: I've withdrawn my code. Took a second look. Quote: Originally Posted by RVRP Nothing more as in it doesn't create the table? Or nothing more as in it doesn't send the verification ...
91