- 0
Cateva intrebari.. Help
-
Similar Content
-
- 0 answers
- 561 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
XpLoD
1. Aveti idee cum as putea face o zona iar in acea zona sa pot folosi o comanda iar daca nu sunt in ea sa nu o pot folosi
cva cu IsPlayerArena cred:-? dar nu stiu cum se face si cum sa fac rost de coordonate.
2. Am facut si eu faza cu (Admin) si (Vip) am 2 fs-uri diferite si la fiecare fs am la OnPlayerText pus (Vip) si (Admin) eh problema este ca .. daca vreau sa raspund la un reaction test nu functioneaza... si am inteles ca e normal sa nu functioneze ca am prea multe OnPLayerTexte.. (Adica multe fs) si am incercat sa'l bag Vip-ul in Admin dar deja avea buguri.. si .. aveti idee cum as putea repara chestia asta.. "Doar cei care au dupa nume (Admin) si (Vip) nu pot sa raspunda la Reaction Test. dar ceilalti (Playeri simpli) pot raspunde.
3. Aveti idee daca ar trebuii sa pun casele in GM? sa numai am bugu cu [3DTextLabel] cand dau /buy nu se schimba text-ul in cel care a cumparat'o si cand dau /sell nu se schimba in For Sale.. Oare asa va merge :-?
4. comanda /stats sa o fac in dialog .. ca numai o vreau tip Text..
dcmd_stats(playerid,params[]) { new string[1024], pDeaths, player1, h, m, s; new string1[128]; if(!strlen(params)) player1 = playerid; else player1 = strval(params); if(IsPlayerConnected(player1)) { TotalGameTime(player1, h, m, s); if(GetPVarInt(player1, "Deaths") == 0) pDeaths = 1; else pDeaths = GetPVarInt(player1, "Deaths"); format(string1, sizeof(string1), " Stats %s ",PlayerName2(player1)); format(string, sizeof(string), " Player Kills: %d \n Player Deaths: %d \n Player Score: %d\n Player Ratio: %0.2f \n Player Money: $%d \n Warnings: %d \n Player Time: %d hrs %d mins %d secs\n Admin Level: %d ", PlayerInfo[player1][Kills], PlayerInfo[player1][Deaths], GetPlayerScore(player1), Float:PlayerInfo[player1][Kills]/Float:pDeaths,GetPlayerMoney(player1),PlayerInfo[playerid][Warnings], , h, m, s,PlayerInfo[playerid][Level]); return ShowPlayerDialog(playerid,991,DIALOG_STYLE_MSGBOX, string1, string,"Ok","Close"); } else return ShowPlayerDialog(playerid,990,DIALOG_STYLE_MSGBOX, "Message server", "Player Not Connected","Ok","Close"); }si are ceva buguri "Ratia nu prea merge.. uneori kill-urile sunt deaduri" Erorile sunt aceasteaCam asta ar fi lista :
Player Kills:
Player Deaths:
Player Score:
Player Ratio:
Player Money:
Warnings:
Player Time:
-> hrs
-> mins
-> secs
Admin Level:
7 answers to this question
Recommended Posts