[GameMode] Simple blank script with some things (Dini)
#8

Quote:
Originally Posted by Omer_Tabib
View Post
i am not a begginer i scripted it for begginers
You may not be a beginner but you surely are not an experienced scripter. I mean, come on ... Why would you use new vFile[255]? When all you need is like what?

pawn Code:
format(vfile, sizeof(vfile), "Vehicles/%d.ini", vid);
Let's count: "Vehicles/%d.ini": At maximum you could find there is 16. Let's make it 20, just to be sure.

So, why would you use 255 characters when you can use 20 ?

Bad gamemode in my opinion and I wouldn't encourage people to use it. That's just my opinion.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)