Search Results
Quote: Originally Posted by TheToretto By the way you're using java's stuff like println.. Declaring an integer... You can just use new count = 1; I just write a demo code without synta...
119
#NaS #FailerZ I have understand all of you said. Thank you so much !!
119
I always create a variable and work like solution 1, but when I read some documents, it said I should use solution 2. Question 1: Which solution I should use ? Solution 1: Код: CMD:increaseCountNu...
119
Quote: Originally Posted by ****** Let me explain the purpose of an operating system. An OS abstracts hardware and provides various capabilities like file management, networking, display, ...
95
I have a problem configure sublime text to compile script. This is my mac which contain my server repository, I have copied two folder `bin` and `lib` inside pawno folder. (pawnc-3.10.8-macos) This...
95
My full code about this system Код: //My code view information from navicat. CMD:viewphonebook(playerid, params[]) { if(PlayerInfo[playerid][pPhoneBook] == 1) { new string[128]; SendClien...
119
Код: format(PlayerInfo[playerid][pNoidungdanhbas],11,params); The number 11, what does it means ?
119
Here mate Код: pNoidungdanhbas[11],
119
I have written a simple system about phone saving information. I want to do: Player use command '/addinfo1 [information]'. Код: CMD:addino1(playerid, params[]) { new string[128], playerinfo[64...
119
I have try to use timer to run this function, It's running Ok but g_myslq_savevehicle doesn't work. It's not saving vehicle status of player. I don't know why. Код: forward Luuphuongtien(playerid)...
48
Quote: Originally Posted by Marricio That's not very practical and you're not saving the damaged status, only the vehicle params. You don't need to keep the damage status stored in a varia...
96
I have an server, but when I spawn the vehicle, It's not saving vehicle Condition, It'll new all. I want to saving this. How to do it ?
96
Quote: Originally Posted by Shinja increase advert[numbers_here] size You mean like: Normal: string[128] Now we will change string[1000]. So it's done. Right ?
74
This is my code SendClientMessage: Код: format(advert, sizeof(advert), "Quang cao: %s - Lien he: %s (%d)", advert, GetPlayerNameEx(reportid), PlayerInfo[reportid][pPnumber]); if(GetPVarInt(play...
74
I have heard from some friend said about this acksents. In my server it's increase to fast, It's bad gamemode and cause lost connection from the Client when player are playing and reach some limit. I ...
46
Quote: Originally Posted by Mencent %s is for strings (letters and other characters) %i and %d is for integers ( only numbers, like this: 1 or 114 ) %f is for floats ( numbers with "points...
99
#Mencent thank you so much for reply my post, I have worked with %s %d before, But I haven't ever work with %f, I will try to practice more about this. Thank for your suggestion !!
99
My Problem: I update 3dtext label when player take damage, it will appear their real health, armour. But it delay the last update about their health, armour. Example: When player have 100 health and 1...
99
#Luke49 It's work, thank you so much ! I have an idea about Mask system, this will destroy old 3d text label, and update new 3d text label with new health, armor when player take damage. but sometime...
66