Search Results
Sorry, here you go: http://pastebin.com/m6e377549
820
Here you go, all fixed
http://pastebin.com/mac4d8fe
820
Quote:
Originally Posted by -The_Badger-
Quote:
Originally Posted by JaYmE
Top of script:
pawn Код:
#define Debug // Onor// #define Debug // Off#ifdef Debug if(strcmp(cmd...
810
Top of script:
pawn Код:
#define Debug // Onor// #define Debug // Off#ifdef Debug if(strcmp("cmd, "/debug", true) == ) { // Command in here :D }#else return 0;
810
i never said abut godfarther edits ¬¬ i said change your sa-mp nick name
1,038
Not impossable,
if this is what you wanted:
it will make it so if you spawn with a tag in your name if it is found it will set your color to the tag color
pawn Код:
#include <a_samp>#def...
640
ok can you post the whole script here please
868
add '#include <a_samp>' at the very top of your script
868
Quote:
Originally Posted by RKS_
for example mini missions, how they do it? randomly with files i think?, cuz they dont get repeated,it is effeciency,.
if i could get an example of that.
...
915
Its not because he has a rp server,
Quote:
though the name only contains "player" and doesnt contain any invalid characters.
change your nick name to something like Maij and it w...
1,038
pawn Код:
public LOL(){ new Rand = random(5); if(Rand = 0) { SendRconCommand("changegm -Gamemode-"); } else if (Rane = 1) // So on ;)}
915
https://sampwiki.blast.hk/wiki/File_Functions
Good luck
340
pawn Код:
// top of scriptnew MyObject;new MoveObject = 0;// OnGameModeInit()MyObject = CreateObject(...);// in timer functionif(MoveObject == 0){ MoveObject(MyObject, ...);}
and just use a time...
720
pawn Code:
if ( EastTeam[killerid] == true && EastTeam[playerid] == true ) // Easteam Team Kill { SendClientMessage(killerid, COLOR_RED, "Do not Team Kill (-1000 Money)"); GivePlayerMo...
647
Try
pawn Code:
dcmd_suggest(playerid, params[]){ new string[128]; if (sscanf(params, "s", string)) { new File:handle = fopen("suggestions.txt", io_append); new Year, Month, Day, Hour...
967
i think it can be for anything, like putting every player in there and make the glass explode.
Good Job
1,157
Wrong section, it should be in the junk section, and go ****** search 'sa-mp clan wars forum ?'
379
Like the mission from MID's Mini Mission server ?
lol, oh well good job
1,001
1) you are not sending the formated strings ?
use
pawn Код:
Send Client Message(...);
2) the answer to your question is use a enum
Example:
pawn Код:
enum pStuff{ JailedTime, BailTime...
383
