Identifier error
#2

I don't know what I did. Just give a try

Quote:

if (!strcmp(choice, "position", true))
{
new Float: slx, Float: sly, Float: slz;
GetPlayerPos(playerid, slx, sly, slz);
Points[pointid][Pointx] = slx;
Points[pointid][Pointy] = sly;
Points[pointid][Pointz] = slz;
DestroyDynamicPickup(Points[pointid][PointPickupID]);
Points[pointid][PointPickupID] = CreateDynamicPickup( 1239, 23, Points[pointid][Pointx], Points[pointid][Pointy], Points[pointid][Pointz]);
format(string, sizeof(string), "You have set point's ID %d position to X: %f Y: %f Z: %f", pointid, slx, sly, slz);
SendClientMessageEx(playerid, COLOR_WHITE, string);
UpdatePoints();
}

Reply


Messages In This Thread
Identifier error - by Lidor124 - 10.02.2014, 07:37
Re: Identifier error - by kbalor - 10.02.2014, 08:04
Re: Identifier error - by SwisherSweet - 10.02.2014, 08:07
Re: Identifier error - by Lidor124 - 10.02.2014, 08:07

Forum Jump:


Users browsing this thread: 1 Guest(s)