Scripting failures
#1

Post here your scripting fails

Alright,me first...
When I was creating a little filter script,just for fun,and I used,by accident,dialogid 1(Register dialog),so,when i used the command I scripted,I basically re-registered to server(everything reseted). :P
Reply
#2

Pointless thread but anyway,

I was trying to fix a critical crash inside a gamemode with nothing and didn't relise I had a "include" included to the gamemode, trying to investigate this crash took me 6 hours and I felt completely like a moron afterwards when it was fixed by removing that include.
Reply
#3

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
Pointless thread but anyway
If we're going to talk about pointless threads...
https://sampforum.blast.hk/showthread.php?tid=298589
https://sampforum.blast.hk/showthread.php?tid=298661
https://sampforum.blast.hk/showthread.php?tid=296982
https://sampforum.blast.hk/showthread.php?tid=293651

And these are only the first two pages.

But however... When we are talking about big fails, I remember my first roleplay which was nothing else but non roleplay, and I thought it was good.
Reply
#4

pawn Код:
for(new i; i < MAX_VEHICLES; i++)
{
  someVariable = i;
  break;
}
found this about a two weeks ago in one of my scripts. I dont remember what was it for, but seemed important at the time of writing it.
Reply
#5

2 minutes ago (not a big fail, but my most recent one):
Wondering why saving works perfectly, but loading fails and does not load stats.

Le check OnPlayerConnect:

pawn Код:
public OnPlayerConnect(playerid)
{
    [...]  
    ACCOUNT_OnPlayerConnect(playerid); // aka "login and load"

    ClearAllData(playerid);
Le pokerface
Reply
#6

Wondering why my Cowly Cow didn't turn correctly when walking backwards, until I found out I had to turn the Cow the other way around.
Reply
#7

Typing retyn 1;, and asking on forums. Damn typos!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)