Author Topic: Only Little Bit Help i want?  (Read 6495 times)

0 Members and 1 Guest are viewing this topic.

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: Only Little Bit Help i want?
« Reply #15 on: February 13, 2012, 08:04:06 pm »
Sure !

On Top:

Code: [Select]
enum playerspawns {
    Float:spawnx,
    Float:spawny,
    Float:spawnz,
}

new RandomPlayerSpawns[][playerspawns] = {
{x,y,z},
{x,y,z},
{x,y,z},
{x,y,z},
{x,y,z}
};

OnPlayerSpawn:

Code: [Select]
new rand = random(sizeof(RandomPlayerSpawns));
SetPlayerPos(playerid,RandomPlayerSpawns[rand][spawnx], RandomPlayerSpawns[rand][spawny], RandomPlayerSpawns[rand][spawnz],0,0);


This is .

Replace "x,y,z" with your coordonates.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline heekz.shadow

  • LU testers
  • Made Man
  • *
  • Posts: 249
    • View Profile
Re: Only Little Bit Help i want?
« Reply #16 on: February 13, 2012, 10:17:58 pm »
OFF: enough copycats? From me / GANGSTER ( which is also from me IMO )
ON: What's the point in making a server exactly like another server ? I don't get it. People want original things, not copy & paste..
Code: [Select]
[20:23] <habi> later only i heard that lu chatbox is customizable. On my first visit, it appeared ugly.
[20:23] <habi> May be that also be the reason why lu has no players

Offline faizan12345

  • Street Thug
  • *
  • Posts: 22
  • VV Developer
    • View Profile
Re: Only Little Bit Help i want?
« Reply #17 on: February 14, 2012, 07:43:43 am »
I am not copied thinking of another server i only make my stuff...
When i completed,then i make server better than other...
But the problem is that i am Only 2nd step begginer...
that's why i need help of some PRo's.....