View Single Post
  #6  
Old 08-31-2003, 01:57 AM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Quote:
Originally posted by TribulationStaff
NPC Code:

if (playerenters)
{
setplayerprop #c,My ID is #v(playerid);
players[playerid].bombs=99;
}


ID and Index are two very different things.
Reply With Quote