Radio Textlabel Name
#1

Hi I am Make Textlabel Radio System but this code error

new RadyoYazi[1024];
new Text3D:RadyoTanimi[1024];


Код:
C:\Documents and Settings\İlker\Desktop\brpg\filterscripts\radyosistemi.pwn(89) : error 033: array must be indexed (variable "GetPlayerNameEx")
C:\Documents and Settings\İlker\Desktop\brpg\filterscripts\radyosistemi.pwn(89) : error 033: array must be indexed (variable "RadyoTanimi")
89.

Код:
RadyoTanimi = Create3DTextLabel(RadyoYazi,0x9ACD32AA,GetPlayerNameEx(playerid)+1.0, 25, 0, 1);
Reply
#2

new Text3D:RadyoTanimi[1024];

That is an array with 1024 indexes.

RadyoTanimi = Create3DTextLabel(...)

You're trying to assign it to a variable. It's an array. As for GetPlayerNameEx - show the function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)