Search Results
Код: //---------------------------------------------------------- // // GRAND LARCENY 1.0 // A freeroam gamemode for SA-MP 0.3 // //---------------------------------------------------------- #...
66
Quote: if(!strcmp(cmdtext, "/healme", true, 7)) { if(IsPlayerAdmin(playerid)) SetPlayerHealth(playerid, 100) SetPlayerArmour(playerid, 100) SendClientMessage(playerid, blue, "You have rest...
153
I compiled that RedWolf, got these errors: Код: C:\Users\Noah\Desktop\Snowy server\filterscripts\cmds.pwn(27) : error 001: expected token: ";", but found "-identifier-" C:\Users\Noah\Desktop\Snow...
153
Код: #include <a_samp> #define FILTERSCRIPT #define COLOR_PINK 0xFF66FFAA #define lightgreen 0x38FF06FF #define orange 0xFF9900AA #define COLOR_LEMON 0xDDDD2357 #define blue 0x375FFFFF publ...
153
Quote: P.S. I know it's extremely long because i merged several other FSes so I wouldn't have a ton in the server Config. I didn't script all of these, a few though but thanks.
67
Hi, I'm here because when I put the upcoming code in a FilterScript and compile it, I get no errors but when I'm on the server I try the commands and NONE of them work The FS loads correctly so I don...
67
Quote: Originally Posted by newbienoob Tested, works fine! pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if (strcmp("/cmds", cmdtext, true, 10) == 0)    {      ...
147
Quote: Originally Posted by newbienoob Try this pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){    if(!strcmp(cmdtext, "/cmds", true))    {        SendClientMessage...
147
Oh god. So i did that tinypawn thing and it completely messed it up. Now how do i fix this.. Код: #include <a_samp> #define COLOR_PINK 0xFF66FFAA #define lightgreen 0x38FF06FF #define orang...
147
ohh thank you i completely forgot about that
147
Код: #include <a_samp> #define COLOR_PINK 0xFF66FFAA #define lightgreen 0x38FF06FF #define orange 0xFF9900AA public OnPlayerConnect(playerid) { SendClientMessage(playerid, COLOR_PINK,"...
147
We got these warnings and errors in Pawno. Please help Dx C:\Users\Breanna\Desktop\Snowy server\filterscripts\teleports.pwn(15) : warning 225: unreachable code C:\Users\Breanna\Desktop\Snowy server...
113
Код: #include <a_samp> #define FILTERSCRIPT #define blue 0x0A16BF // Teleports players to the center of San Andreas when they type /middle public OnPlayerCommandText(playerid,cmdtext[]) { ...
113
Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3e, (C)2005-2012 SA-MP Team [20:29:57] [20:29:57] Server Plugins [20:29:57] -------------- [20:29:57] ...
116
Nevermind, its still not fixed. Wow I have a problem. Im uploading the log
116
OMG so cool!!! Added this to my server xD THANK YOU!
1,275
Nice script! But theres a bug with the UnCage command, it keeps saying "Usage uncage (playerid,name) and when you try that it doesnt work. Otherwise nice job!
298