help about this
#1

Код:
C:\Users\p\Desktop\yowws\filterscripts\test.pwn(189) : warning 202: number of arguments does not match definition
Код:
Line 189 - tmpobjid = CreateDynamicObject(19482, 2020.285888, -1784.537963, 15.951107, 0.000000, 0.000000, -179.999969, -1, -1, -1, 300.00, 300.00);
	SetDynamicObjectMaterial(tmpobjid, 0, 10101, "2notherbuildsfe", "ferry_build14", 0x00000000);
	SetDynamicObjectMaterialText(tmpobjid, 0, "{33FFCC} _____________", 130, "Arial", 40, 1, 0x00000000, 0x00000000, 1);
Reply
#2

Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
You have one more argument than it's needed.
Reply
#3

A " CreateDynamicObject " have a number of arguments which is "11"
You are using 1 more argument that is making it " 12 " which is exceeding the limit.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)