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