Search Results
Quote: Originally Posted by Angelo94 When i connect to 127.0.01:7777, i should connect my server to my pc, not trought the Internet, right? well, since i wrote this command if (strcmp(cmd...
112
This is just awesome, the coolest thing i've ever seen on samp Some suggestions: A 20 ms timer is a lot of work for the server. Let's say that a object is 16 byte (x+y+z+ID), in 1 second it is fired...
162
you can add multiple checkpoints with few commands, and checkpoints will be automatically activated when the player enters checkpoint area. and if the player enter in a checkpoint, you can know what i...
945
This inc is to create checkpoints in the easiest way: you define the area where the checkpoint has to appear, it's position, and when OnPlayerEnterCheckpoint is called, you can know in what checkpoin...
945