08.12.2010, 05:45
Код:
new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); PlayerObject[playerid] = CreateObject(862,x, y, z-1, 0.0, 0.0, 96.0); (87) PlantedCorn[playerid] = Create3DTextLabel("Planted Corn",COLOR_LIGHTBLUE,x,y,z,20.0,0); (108) Delete3DTextLabel(playerid, Text:PlantedCorn[playerid]); (126) Update3DTextLabelText(PlantedCorn[playerid], COLOR_LIGHTBLUE, "Fully Grown");
Код:
C:\Documents and Settings\Hayden Bruin\Desktop\Pilot Heaven\filterscripts\drugs.pwn(87) : warning 213: tag mismatch C:\Documents and Settings\Hayden Bruin\Desktop\Pilot Heaven\filterscripts\drugs.pwn(108) : warning 213: tag mismatch C:\Documents and Settings\Hayden Bruin\Desktop\Pilot Heaven\filterscripts\drugs.pwn(108) : warning 202: number of arguments does not match definition C:\Documents and Settings\Hayden Bruin\Desktop\Pilot Heaven\filterscripts\drugs.pwn(126) : warning 213: tag mismatch