[Help] New with Dini
#1

I was working on a reg system for my RP, I wrote this

Код:
PlayerInfo[playerid][Rank] = dini_Get(file, "Rank");
And got error

Код:
C:\Users\Evrim\Documents\********\gamemodes\ybrp.pwn(115) : error 006: must be assigned to an array
Please help!

Thanks
Reply
#2

If you'll use this code then your problem will debug.

Код:
strmid(PlayerInfo[playerid][Rank], dini_Get(file, "Rank"), 0, strlen(dini_Get(file, "Rank")), 255);
Reply
#3

Eng: Thanks man!
Tьrkзe:Hep bunu mu yapmam lazım?
Reply
#4

EN: Np
TR: Yani "string" degeri okutmak icin bunu kullanacaksin. Ama INT, FLOAT okuturken digerlerini kullanacaksin
Reply
#5

TR: hep strmid mi kullancam yani?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)