Search Results
Quote: Originally Posted by =WoR=Varth That's use multiple textdraw. There's TextDraw Editor FS in FS section. Search. Is that Zamhorat's Textdraw Editor? I've used that shit but it fai...
192
How can I create this textdraw in a race?
192
pawn Код: dcmd_rulebreakers(playerid,params[]){    #pragma unused params    new Count1;    new Count2;    new Count3;    new name[24];    new string1[128];    new string2[128];    ...
220
Help? So far, this is what my script looks like: pawn Код: dcmd_rulebreakers(playerid,params[]){    #pragma unused params    new Count1;    new Count2;    new Count3;    new Count4;  ...
220
convertffs.com works perfect!!!
209
Could you please modify the original script I have given you. I think the this code will give me errors: pawn Код: ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_MSGBOX, "Rule Breakers", strin...
220
I have constructed this command: pawn Код: dcmd_rulebreakers(playerid,params[]){    #pragma unused params    new Count;    new name[24];    new string[128];    new i;    if(PlayerInfo[...
220
I want it so that they delete, and they respawn after a default time or something?
157
Oh, but this only works if I get in the vehicle. Is there anyway to do it without having to get into the vehicle?
157
I found this bit of code: pawn Код: stock IsPlayerInRangeOfVehicle(playerid, vehicleid, Float:Range){    new Float:Pos[3];    GetVehiclePos(vehicleid, Pos[0], Pos[1], Pos[2]);    return IsPl...
157
I know what the problem is here: pawn Код: format(string,sizeof(string),"Server: %s (id:%d)",name,i);        return ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX,"Online Admins",string"\n","...
87
Quote: Originally Posted by scottyishere pawn Код: new scripts[][]={ "drift1", "drift2", "drift3" };stock ReturnFullScriptNameIfExists(partofscript[]){   for(new i=0;i<sizeof(scri...
227
Thanks for your replies, but I want it so that I don't have to type the exact .amx name. I just type something like the .amx name and it finds the right one. Is this possible?
227
well, i would like this in my filterscript and I use dcmd in my filterscript.
227
Hey! I want to make a command where you type /nextgamemode drifting and the script looks through a list of gamemodes to see which is most related to what the player typed. So, if the gamemode was ca...
227
Hey! I am creating a brand new server, it's in beta stage, but I need some testers. It isn't yet hosted because it is home hosted, but I need to test some functions etc. so I need some beta testers. ...
70