Scripting failures -
AleXandeR[SRB] - 22.11.2011
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
Re: Scripting failures -
Lorenc_ - 22.11.2011
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.
Re: Scripting failures -
Jochemd - 22.11.2011
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.
Re: Scripting failures -
Macluawn - 22.11.2011
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.
Re: Scripting failures -
Mauzen - 22.11.2011
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
Re: Scripting failures -
Hiddos - 22.11.2011
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.
Re: Scripting failures - Max_Coldheart - 22.11.2011
Typing retyn 1;, and asking on forums. Damn typos!