Search Results
Quote: Originally Posted by Rongvaldyr This might work if what I understand from your words are what you need. Код: CMD:stats(playerid,params[]) { if(IsPlayerConnected(playerid)) ...
81
Hello everyone. I just watch a tutorial with register / login (Y_INI) and everything works fine, but i have a question and i can't get the answer. I made pLevel into the enum, in INI_WriteInt, etc, b...
81
#Didn't read the latest reply! Sorry.
136
1. Thanks for this! It works, but i have a little problem. When the player get in and get out from vehicle those checkpoints still appears. What i have to do? 2. What's the finally answer for my prob...
68
I want to do a full registration with dialogs. I made an enum : Код: enum pInregistrare { pNume, pLocatie, pEmail, pVarsta } I definited the dialog. Код: #define DIALOG_INREGISTRARE 3 I ma...
41
1. Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { if(vehicleid == examen[0] || vehicleid == examen[1] || vehicleid == examen[2] || vehicleid == examen[3] || vehicleid == exa...
68
Hello everyone, i just made a DMV system and didn't work properly. 1. I want to put a restriction when a player wants to get in the exam car, but i can't figure it out! Код: if(vehicleid == exame...
68
Definirea se face prin urmatoarea sintaxa: " #define NUME NUME_FUNCTIE ". Scrie mai multe detalii.
308
I've solved that problem with money. Thank you! - Lucky13, daca nu erai roman, era vreo problema? )
174
Lucky13, i just pasted your code to CPGun 3. It's all right, i think. The problem is: - That string doesn't show me the correct amount of cash earned. For exemple i earned 573$ and in the string, at t...
174
Код: new randommoney; Код: if(CPGun[playerid] == 1) { GivePlayerMoney(playerid, randommoney(1000) + 1000); DisablePlayerCheckpoint(playerid); CPGun[playerid]...
174
Quote: Originally Posted by saffierr PHP код: case 0: {     // code here } case 1: {     // code here }  What's the difference between case 0: etc etc and...
116
Quote: Originally Posted by Lucky13 Код: ShowPlayerDialog(playerid,DIALOG_WANTED,DIALOG_STYLE_LIST,"SELECTEAZA WANTED","» Wanted 1\n» Wanted 2\n» Wanted 3\n» Wanted 4\n» Wanted 5\...
116
Hello. I made a simple script of a job. I putted a car for job, i made some checkpoints, i putted a random money but how can i make after the checkpoints are done to say something like that " sKenzi19...
174
Hello. I have a problem with some dialogs. I made a comand called /su and i entered : Код: ShowPlayerDialog(playerid,DIALOG_WANTED,DIALOG_STYLE_LIST,"SELECTEAZA WANTED","» Wanted 1\n» Wanted 2\...
116