Search Results
Already in the group. Pretty cool guys.
148
Nice to see you're actually doing something, Cole. [/troll] Not too bad.
739
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 ...
399
I'm simply stating the general rules.
303
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)
303
pawn Код: if(strcmp(cmdtext, "/flip", true) == 0){    if(IsPlayerInAnyVehicle(playerid)&&GetPlayerState(playerid) == PLAYER_STATE_DRIVER)    {        new currentveh, Float:angle; ...
79
Edit: Re-read that. Sorry, kinda sounded like a dick. Just clean the 'gamemodes' folder.
1,191
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 */
198
You are a god among men. Amazing work, can't wait for a release.
1,857
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.
399
Thanks. My reason for using it is because of pure laziness. I got tired of typing it out directly.
399
* 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...
399
Quote: Originally Posted by Y2Jerichoholic This is /me .. we search /ame ! You obviously didn't look at the code. It is /ame.
288
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.
353
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...
357
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 ...
90