Search Results
Sorry, here you go: http://pastebin.com/m6e377549
101
Here you go, all fixed
http://pastebin.com/mac4d8fe
101
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...
84
Top of script:
pawn Код:
#define Debug // Onor// #define Debug // Off#ifdef Debug if(strcmp("cmd, "/debug", true) == ) { // Command in here :D }#else return 0;
84
i never said abut godfarther edits ¬¬ i said change your sa-mp nick name
206
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...
67
ok can you post the whole script here please
94
add '#include <a_samp>' at the very top of your script
94
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.
...
83
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...
206
pawn Код:
public LOL(){ new Rand = random(5); if(Rand = 0) { SendRconCommand("changegm -Gamemode-"); } else if (Rane = 1) // So on ;)}
83
https://sampwiki.blast.hk/wiki/File_Functions
Good luck
41
pawn Код:
// top of scriptnew MyObject;new MoveObject = 0;// OnGameModeInit()MyObject = CreateObject(...);// in timer functionif(MoveObject == 0){ MoveObject(MyObject, ...);}
and just use a time...
86
pawn Code:
if ( EastTeam[killerid] == true && EastTeam[playerid] == true ) // Easteam Team Kill { SendClientMessage(killerid, COLOR_RED, "Do not Team Kill (-1000 Money)"); GivePlayerMo...
69
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...
98
i think it can be for anything, like putting every player in there and make the glass explode.
Good Job
140
Wrong section, it should be in the junk section, and go ****** search 'sa-mp clan wars forum ?'
59
Like the mission from MID's Mini Mission server ?
lol, oh well good job
264
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...
45