SAMP Wiki File Mistakes
#1

https://sampwiki.blast.hk/wiki/Creating_a_simple_Menu

Can someone fix these mistakes in the Codes ?


For example:


new Menu:TestMenu = -1;


original(wrong):

if(TestMenu == -1)
{
printf("The creation of menu failed!");
return 0;
}


correct:

if(TestMenu == Menu:-1)
{
printf("The creation of menu failed!");
return 0;
}



can't find other mistakes, but the server crashes if I use it,

maybe some experienced Scripter can fix that wiki
Reply


Messages In This Thread
SAMP Wiki File Mistakes - by playstores - 26.11.2018, 15:40
Re: SAMP Wiki File Mistakes - by OKStyle - 26.11.2018, 17:39
Re: SAMP Wiki File Mistakes - by J0sh... - 26.11.2018, 18:23
Re: SAMP Wiki File Mistakes - by playstores - 01.12.2018, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)