Search Results
In the command /onduty put this admTimer[playerid] = SetTimerEx("AdmDuty", 1000, 1, "i", playerid); Create a func AdmDuty(playerid) in it it should count every sec, like this PHP код: {sec[play...
141
I have this code, and the textdraw are not showing, if anything is after the TextDrawShowForPlayer nothing is happening. PHP код: CMD:buycar(playerid, params[]) {     if(logged[playerid]Â...
40
The RP is not sending to the database. What can I do? PHP код: public SaveAcc(pname[24], money, bankmoney, ip[39], level, rp) { new query[600]; printf("UPDATE `accounts` SET `Money`Â...
96
I want to save the date and time when the player last connected but isnt working. Could anybody help? PHP код: new data[6]; getdate(data[2], data[1], data[0]); gettime(data[3], data[4], d...
80
So I have a TextDraw for the businesses and the Enter Price is not showing it always shows 0$, the int for enterprice is loading from the data base. Other things are working that's the single thing th...
85
Warning: client exceeded 'ackslimit' 109.97.72.28:59335 (48808264) Limit: 10000/sec First i changed the ackslimit to 10000 in hope to not get this error again. but i got it again. Any help?
78
Problem: I made a Bus Driver Job, so when you do /startjob you get the bus and when you get at the first checkpoint it's not setting the second one. /startjob PHP код: CMD:startjob(playerid, ...
64
Thanks didn't know that the cases are starting from 0
79
I have a problem with this help dialog, when i select the first item it close, and when i select the second it shows the 2nd dialog... OnDialogResponse PHP код: case DIALOG_HELP:       ...
79
This is not sending can somebody say me why? PHP код: new query[256], nume[144];         GetPlayerName(playerid, nume, sizeof(nume));         mysql_format(SQL, query, siz...
50
I have a command /towcar when i write /towcar 1 for car 1 is working but when i write /towcar 2 for car 2 is saying: UNKNOW COMMAND PHP код: CMD:tracteaza(playerid, params[]) {     new st...
73
How can i get the playerid name from this car[playerid]?
48
Code PHP код: P_Data[playerid][pCarHealth1] = cache_get_field_content_float(0, "CarHealth1");  Error: PHP код: warning 213: tag mismatch 
60
I created a custom vehicle system with DS and when you exit it respawns.... Why? Buy button: PHP код: else if(clickedid == testeaza[playerid])     {         if(GetPlayerMoney(pla...
58
Can somebody give me a vehicle system that works with the R34+ versions of mysql? All that i searched, tutorials and FilterScripts we're on the old versions....
67
I watched a lot of tut but they were on R6 or R5 Mysql i want R34+
97