21.04.2009, 21:43
Can Someone Give Me The Whole Code Ime Still Having Errors
Code Now:
Warnings:
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;
}
Код:
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

