Search Results
Never mind, it was fixed, the last line wasn't ended -.-
127
It's here pawn Код: //-----[Enum Playerinfo]-----enum pInfo{    Password,    Cash,    Kills,    Deaths,    Adminlevel,    Pskin,}new PlayerInfo[MAX_PLAYERS][pInfo];new QuizAnswers[MAX...
127
I'm getting these errors now. pawn Код: C:\Users\GTW\BaseNorton V2\gamemodes\Gamemode.pwn(143) : error 001: expected token: ";", but found "-identifier-" Line 143 pawn Код: main() { }
127
The one that I linked you is not closed, no one will script for you here.
94
This is a newb question, but Load Function? where is that?
127
This section is not for requesting scripts, use this https://sampforum.blast.hk/showthread.php?tid=187229
94
Yes, I tried that tutorial, and it saved etc. and it did nothing.
127
Well, I can't find a tutorials any where, there's one, but it doesn't work, could someone help?
127
Okay, so my main question is, since I have variables that I want to save these pawn Код: LSPDLeader[playerid] = 0;                LSPDMember[playerid] = 0; And would I make it update whi...
87
Okay, and how do I make the variables update? Will it just it when I use the in game command to increase it?
87
Well, I know how to make it write to a file, but how do I make it update? Or load it? This is what I have as of now. pawn Код: INI_SetTag(File,"data");                INI_WriteInt(File,"P...
87
Quote: Sorry man I can't since its literally over 1000 Lines of the script itself. That's the problem, it's quite a pain in the ass looking through a whole script trying to find i...
148
Could you try and send the area that you edited? It will help narrowing down what is wrong, looking though a whole game mode is a pain in the ass, and one tip, don't blindly remove cmds etc, I learned...
148
Could you just send the park that you removed? Not the whole thing.
148
Did you put your GetPlayerPos under your new? You shouldn't do that, try putting it in some sort of command.
126
Try adding this, Код: new targetid; new giveplayerid; For example if you want the player id to receive a message Код: SendClientMessage(targetid, COLOR_WHITE, "Test");
161
You porbably messed up a bracket, can you show what you removed?
148
Okay, I did, I replace the curly braces with normal brackets and I get 100 errors, I tried to fix it.
212
I get the following errors Код: C:\Users\GTW\BaseNorton V2\gamemodes\Gamemode.pwn(187) : error 001: expected token: ")", but found "{" C:\Users\GTW\BaseNorton V2\gamemodes\Gamemode.pwn(188) : err...
212
Should I put something in the comment area?
212