[GameMode] Evolution RolePlay [WIP]
#21

Is there no faction?
Reply
#22

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.
Reply
#23

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.
Reply
#24

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!
Reply
#25

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

This seems neat.
Reply
#27

It has no vehicle model loaded
Reply
#28

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.
Reply
#29

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
Reply
#30

Does it have jobs? Hmm..
Reply
#31

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
Reply
#32

thnxx♣
Reply
#33

is this 0.3c or.?
Reply
#34

Can you give me the a_angle?

Thx.
Reply
#35

I'm going to try this GM
Reply
#36

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.
Reply
#37

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
Reply
#38

Hey I got the same problem... What is wrong
Reply
#39

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)