15.11.2016, 15:24
Can help me to solve this problem ... No matter how I try I can not give you head
: error 028: invalid subscript (not an array or too many subscripts): "Viptext"
: error 028: invalid subscript (not an array or too many subscripts): "Viptext"
PHP код:
if(Viptext[playerid] == 0)
{
vText =CreateObject(19327, -2597.0762, -2630.4270, -5.3536, -87.6999, 90.4001, -97.1805);
SetObjectMaterialText(vText, text, 0, 50, "Arial", 25, 1, 0xFFFFFFFF, 0, 1);
AttachObjectToVehicle(vText, vehicleid, 0.0, -1.9, 0.3, 270.0, 0.0, 0.0);
Viptext[playerid] = 1;
}