SA-MP Forums Archive
[GameMode] Evolution RolePlay [WIP] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Evolution RolePlay [WIP] (/showthread.php?tid=201316)

Pages: 1 2 3


Re: Evolution RolePlay [WIP] - Farid - 21.12.2010

Is there no faction?


Re: Evolution RolePlay [WIP] - Krx17 - 21.12.2010

Factions: Incomplete as in there is no core work done for them. The only thing done for Factions is a faction command that shows admin the options.

IsNumeric Error: You need to have dutils include.


Re: Evolution RolePlay [WIP] - Anthonyx3' - 22.12.2010

Quote:
Originally Posted by Krx17
Посмотреть сообщение
Factions: Incomplete as in there is no core work done for them. The only thing done for Factions is a faction command that shows admin the options.

IsNumeric Error: You need to have dutils include.
Actually, i have the dutils include and i still get this error.


Re: Evolution RolePlay [WIP] - fen1x-nk - 22.12.2010

Add this to the end of script:
Quote:

stock IsNumeric(const string[]) {
new length=strlen(string);
if (length==0) return false;
for (new i = 0; i < length; i++) {
if (
(string[i] > '9' || string[i] < '0' && string[i]!='-' && string[i]!='+') // Not a number,'+' or '-'
|| (string[i]=='-' && i!=0) // A '-' but not at first.
|| (string[i]=='+' && i!=0) // A '+' but not at first.
) return false;
}
if (length==1 && (string[0]=='-' || string[0]=='+')) return false;
return true;
}

PS. Big thanks for the GM Good job!


Re: Evolution RolePlay [WIP] - miikeyy45 - 22.12.2010

When i try compiling it , it has errors, even if i didnt do anything.


Re: Evolution RolePlay [WIP] - JanlariMercado - 02.01.2011

This seems neat.


Re: Evolution RolePlay [WIP] - Erikz[.Samp.] - 06.01.2011

It has no vehicle model loaded


Re: Evolution RolePlay [WIP] - Krx17 - 21.03.2011

Inside X, Y, Z is the place where you are teleported inside of the house/business. Use an interior script to help you find them.


Re: Evolution RolePlay [WIP] - abrantley - 21.03.2011

how do i get teleported inside a house, because when i enter the house i get tp to the desert. and do you have in recommandations for interior scripts, if so link me please


Re: Evolution RolePlay [WIP] - Sensitive - 22.03.2011

Does it have jobs? Hmm..


Respuesta: Evolution RolePlay [WIP] - Lenoxz - 23.03.2011

Very good. But I think all those who publish GMS could put at least 1 or 2 and are in spoiler pictures or put them in the post and not spoiler. The truth is that if there are not many people would download images. With one or two images obviously we do not say much but even a prior and only we can see all the downloaded and tested Full GM

Thanks anyway seems to be good

Greetings



Re: Evolution RolePlay [WIP] - GreenDay - 23.03.2011

thnxx♣


Re: Evolution RolePlay [WIP] - [TF]gOOdFeLLah - 24.03.2011

is this 0.3c or.?


Re: Evolution RolePlay [WIP] - Peeeterx3 - 25.03.2011

Can you give me the a_angle?

Thx.


Re: Evolution RolePlay [WIP] - DannySnoopy - 25.03.2011

I'm going to try this GM


Re: Evolution RolePlay [WIP] - Krx17 - 27.03.2011

Quote:
Originally Posted by Peeeterx3
Посмотреть сообщение
Can you give me the a_angle?

Thx.
Check the first few pages, there is a link there for it.


Re : Evolution RolePlay [WIP] - Soumi - 25.04.2011

Cool Game mode !! but... When i compile the .pwn file , i get like 20 same Error , error 017: undefined symbol "IsNumeric". Can you tell how to fix this?
Thanks

Soumi


Re: Evolution RolePlay [WIP] - trapped1 - 26.04.2011

Hey I got the same problem... What is wrong


Re: Evolution RolePlay [WIP] - peterRook - 26.04.2011

ill give it a download and get me and a friend to work on the faction syswtems adn send you it when its complete^^


Re: Evolution RolePlay [WIP] - peterRook - 26.04.2011

ill give it a download and get me and a friend to work on the faction syswtems adn send you it when its complete^^