OnPlayerSpawn problem
#1

Hello ..
i have a problem in this public:
OnPlayerSpawn
the problem:
When I died instantly created
i only get a pistol and here the codes: - can you tell me what is the problem ?
pawn Код:
new RandomWeapons[] =
{
    24,
    27,
    29,
    31,
    4
};
pawn Код:
public OnPlayerSpawn(playerid)
   {
    GivePlayerWeapon(playerid, RandomWeapons[random(sizeof(RandomWeapons))], 500);
    GivePlayerWeapon(playerid, RandomWeapons[random(sizeof(RandomWeapons))], 500);
    GivePlayerWeapon(playerid, RandomWeapons[random(sizeof(RandomWeapons))], 500);
   }
    return 1;
   }
Sorry for my bad english it's GT [****** translate]
Reply


Messages In This Thread
OnPlayerSpawn problem - by benel1 - 03.10.2012, 22:09
Re : OnPlayerSpawn problem - by lelemaster - 03.10.2012, 23:57
Re: Re : OnPlayerSpawn problem - by benel1 - 04.10.2012, 00:28
Re : OnPlayerSpawn problem - by lelemaster - 04.10.2012, 02:03
Re: OnPlayerSpawn problem - by SwisherSweet - 04.10.2012, 02:34
Re: OnPlayerSpawn problem - by [FAT]Klabauter[LST] - 04.10.2012, 06:34
Re: OnPlayerSpawn problem - by benel1 - 04.10.2012, 09:41
Re: OnPlayerSpawn problem - by Nirzor - 04.10.2012, 10:02
Re: OnPlayerSpawn problem - by [FAT]Klabauter[LST] - 04.10.2012, 10:09
Re: OnPlayerSpawn problem - by benel1 - 04.10.2012, 11:21

Forum Jump:


Users browsing this thread: 5 Guest(s)