Attach Object To Player
#7

Can Someone Give Me The Whole Code Ime Still Having Errors

Code Now:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, "/chicken", true) == 0)
	{
  new float:X,float:Y,float:Z;
  new monkey;
  GetPlayerPos(playerid,X,Y,Z);
  monkey = CreateObject(16776,X,Y,Z,0.00,0.00,0.00);
  AttachObjectToPlayer( monkey, playerid, 0, 0, 0, 0, 0, 0);
 return 1;
 }
	return 0;
}
Warnings:
Код:
C:\Users\CTAMOD623\Desktop\Testing Script.pwn(105) : warning 213: tag mismatch
C:\Users\CTAMOD623\Desktop\Testing Script.pwn(105) : warning 213: tag mismatch
C:\Users\CTAMOD623\Desktop\Testing Script.pwn(105) : warning 213: tag mismatch
C:\Users\CTAMOD623\Desktop\Testing Script.pwn(106) : warning 213: tag mismatch
C:\Users\CTAMOD623\Desktop\Testing Script.pwn(106) : warning 213: tag mismatch
C:\Users\CTAMOD623\Desktop\Testing Script.pwn(106) : warning 213: tag mismatch
Reply


Messages In This Thread
Attach Object To Player - by SnAcH - 21.04.2009, 21:15
Re: Attach Object To Player - by yom - 21.04.2009, 21:18
Re: Attach Object To Player - by SnAcH - 21.04.2009, 21:22
Re: Attach Object To Player - by yom - 21.04.2009, 21:23
Re: Attach Object To Player - by StrickenKid - 21.04.2009, 21:33
Re: Attach Object To Player - by SnAcH - 21.04.2009, 21:37
Re: Attach Object To Player - by SnAcH - 21.04.2009, 21:43
Re: Attach Object To Player - by yom - 21.04.2009, 22:05
Re: Attach Object To Player - by SnAcH - 21.04.2009, 22:15

Forum Jump:


Users browsing this thread: 1 Guest(s)