[Need Help] Explosive Help.
#4

If that doesn\'t work ill give it a shot:

Code:
	if(strcmp(cmdtext, "/PlaceExplosive") == 0)
  {
    if(PlayerInfo[playerid][pMats] > 100)
		{
		  new Float:X,Float:Y,Float:Z;
		  GetPlayerPos(playerid,Float:X,Float:Y,Float:Z);
    	PlayerInfo[playerid][pMember] = CreateObject(1225,Float:X,Float:Y,Float:Z, 0.0, 0.0, A+180);
    else
    {
    	SendClientMessage(playerid,COLOR_GREY,"  Not enough Materials for that Weapon!");
		}
		return 1;
  }
Reply


Messages In This Thread
[Need Help] Explosive Help. - by Hash [NL-RP] - 10.05.2010, 21:11
Re: [Need Help] Explosive Help. - by Lorenc_ - 10.05.2010, 22:35
Re: [Need Help] Explosive Help. - by Backwardsman97 - 10.05.2010, 22:59
Re: [Need Help] Explosive Help. - by coole210 - 11.05.2010, 02:25

Forum Jump:


Users browsing this thread: 1 Guest(s)