It's now a Pawn package that you can run easily with sampctl to check your own times.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Virtual Canvas | |
For scaling squares and stuff like that. | |
It literally has 3 functions work it out. | |
*/ | |
#if !defined MAX_VIRTUAL_CANVAS | |
#define MAX_VIRTUAL_CANVAS (VirtualCanvas:32) | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <a_samp> | |
#include <MapAndreas> // - | |
#include <easybmp> // - | |
#include <YSI\y_iterate> // - | |
#include <virtualcanvas> // - https://gist.github.com/Southclaw/9dc3e084370e6998ec08 | |
#include <streamer> // - | |
#include <formatex> // - | |
#pragma dynamic 64000 | |
#define FILENAME "./scriptfiles/txmap/basic_small.bmp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define FILTERSCRIPT | |
#include <a_samp> | |
#include <sscanf2> | |
#include <md-sort> | |
stock Float:Distance2D(Float:x1, Float:y1, Float:x2, Float:y2) | |
return floatsqroot( ((x1-x2)*(x1-x2)) + ((y1-y2)*(y1-y2)) ); | |
#define MAX_DATA (2117) | |
#define MAX_BLOCK (199) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Southclaw's "Object Oriented" modular coding style for Pawn. This documents | |
the basics of structuring a create/destroy type entity. This method can be | |
used for almost any kind of "thing" that can be created, destroyed and | |
modified within its life cycle. | |
*/ | |
#include <YSI\y_hooks> | |
/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am Southclaws on github. | |
* I am southclaws (https://keybase.io/southclaws) on keybase. | |
* I have a public key whose fingerprint is E0C0 AE2C 4072 A0C8 45BE 1F44 EA80 DFDE FBFC 03D2 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class App extends React.Component<{}, AppState> { | |
// IfLoggedIn is a TypeScript version of: | |
// https://reacttraining.com/react-router/web/example/auth-workflow | |
// it's just a stateless component that takes path and component (similar to <Route>) | |
// and renders the component if the user is logged in, if not, it redirects to /login | |
IfLoggedIn = (thisProps: { path: string; component: Function }) => { | |
return ( | |
<Route | |
render={props => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class App extends React.Component<{}, AppState> { | |
// IfLoggedIn is a TypeScript version of: | |
// https://reacttraining.com/react-router/web/example/auth-workflow | |
// it's just a stateless component that takes path and component (similar to <Route>) | |
// and renders the component if the user is logged in, if not, it redirects to /login | |
IfLoggedIn = (thisProps: { path: string; component: Function }) => { | |
return ( | |
<Route | |
render={props => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ld": { | |
"@context": "http://schema.org", | |
"@type": "Person", | |
"email": "mailto:[email protected]", | |
"image": "https://southcla.ws/static/Southclaw-icon-vec-final-square-0500.png", | |
"name": "Barnaby Keene", | |
"birthDate": "1994-12-04", | |
"gender": "male", | |
"nationality": "British", |
Server Information
Canonical Invite Link: https://discord.gg/samp Spread the word!
- Rules -
Staff have the right to kick/ban if they believe such action is justified. In general, warnings will be issued and discussed with users first.
- Respect - Just don't be a dick. Banter is fine but don't be hateful or harrass users.
- Topics - Conversations diverge and that's fine but if someone says move channel, move. Memes in #memes only.