Search Results
Nah. Its not my first FS. I could easily make a admin system. Im just not good with arrays.
253
Quote: Originally Posted by seanny Awesome 10/10 Thanks. And whats with all those quotes about the 120 second waiting time?
253
Quote: Originally Posted by [MWR]Blood Try re-downloading the server package, and delete your old one. Nope. Still the same problem.
147
I tried the vp.pwn, its compiled fine and there wasn't that funny stuff. But, as I compiled it the second time it went all funny again?
147
Why is it compiling to VIRTUA~1.amx? And not VirtualPilots.amx? Look at the file path to. Код: C:\DOCUME~1\Ed\MYDOCU~1\SA-MPV~1\Server\GAMEMO~1\VIRTUA~1.PWN(138) : warning 203: symbol is never...
147
Ok thanks. Much apericated. :P Btw this is my own system. :P
24,593
Ok, hey. I need a couple of usefull functions. I could probably do theese myself. But I could also epicly fail. And I have done a couple of times. My system uses: pawn Код: PlayerInfo[playerid][...
24,593
Zr3h0 is correct. Just ask a mod to change the name of the topic and your away. On another note I am quite suprised you have updated this. I thought this would never get a update. I used this system ...
3,048
Ok, thanks for all your suggestions. I will curently stick with Dini (Yes I know its old). But when I upgrade, I will be upgrading to Y_Lesses "Y_INI". Why? Its has the most functions, it may not ...
236
Hello people. As some of you may know my scripting has improved alot since I started. From when I asked "Omg! It says Undefinded Symbol: COLOR_GREEN"! To when I made a good detailed tutorial on how to...
236
Thanks! No errors! +1 rep to MadeMan
116
pawn Код: COMMAND:kill(playerid, params[]){    new Name[MAX_PLAYER_NAME], Message[128];    GetPlayerName(playerid, Name, sizeof(Name));    format(Message, sizeof(Message), "%s(%d) didnt like...
215
pawn Код: enum pInfo{    AdminLevel,    VipLevel,    Cash,    Score,    Callsign,    Spawned,    Jailed,    Muted,    Frozen,    Class,} And I also get that warning with this:...
116
I just put pawn Код: new name[MAX_PLAYER_NAME]; With the pawn Код: format(PlayerInfo[playerid][Callsign], sizeof(inputtext), "%s", inputtext); It gave me this: Код: C:\Documents and S...
116
I am trying to make a callsign system for my flying server. Here is the code of which the errors are located in. pawn Код: if (dialogid == RegisterDialog)    {        new name[MAX_PLAYER_NA...
116
Well, I am making a Mission for SAMP, like the singleplayer ones, but, I need to know how to make a players map icon invisible. Any suggestions?
51
pawn Код: #include <a_samp>new MessageTimer;new Messages[][] ={    {"Message Here"},    {"Message Here"},    {"Message Here"},    {"Message Here"},    {"Message Here"},    {"Mess...
272
Ok, I't works. Thanks guys! You all got stars! :P
173
Ofc I defined it. Or it would of said. Код: error 017: undefined symbol "COLOR_RED"
173