Search Results
well yeah but i think the cause its the 3 includes on the top but i don't know why?? i haven't changed anything there recently... anyone any suggestions ?
108
well i had scripted some new stuff on the server and it worked perfect it compiled perfectly and when i tested it it was great and i left it for a couple of days without running it again but when i tr...
108
no the GM worked fine earlier but i edited it some car IDs and added some cars and commands and now nothing load no bizz load no cars houses but in the server log it says that it loaded don't know wha...
93
I have been editing and creating command, adding new cars editing the car ids adding float points for jobs and when i finished i compiled and it had no errors nor warnings but when i started the serve...
93
I have a prolem with these two command Код: //===============================================ADMINI================================================================ CMD:admins(playerid, params[])...
68
I am using the right one. the first one. I think the GM has a server side money system and thats the problem heres some code Код: #define ResetMoneyBar ResetPlayerMoney #define UpdateMoneyBar Gi...
148
The problem is when a player recieves money from a job or an Admin when the player buys something he goes into minus. Example The player has 20000$ he buys something and goes -20000$ anyone know a way...
148
Quote: Originally Posted by Yuryfury Why would you separate SafeGiveMoney into the two if/else statements if they both do the same thing? Are these the only added Money related callbacks? ...
175
here are they Код: public SafeGivePlayerMoney(plyid, amounttogive) { new curHour, curMinute, curSecond; gettime(curHour, curMinute, curSecond); ScriptMoneyUpdated[plyid] = curSecond; if (amoun...
175
Here is the admin /setmoney command Код: if(strcmp(cmd, "/setmoney", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendC...
175
i don't use a money anti hack and its not only when buying a firm when you buy anything, deposit money , die , pay a ticket to the police... I don't really know how to fix it and where to find the pro...
175
Well i have problem with the server money i have searched before i posted and didn't find anything so i posted When i use any admin command to give players money after they spend some example: A playe...
175
I wanted to make a player to be given a random ammount of something i know how to make the random but how can i make for example when a player is gardening and he is picking flowers example Код: p...
83
i have searched already but i didn't find anything about houses in the Spawn nor the Login Also i had one for the house here it is Код: if(house !=255) { if(SpawnChange[playerid]) ...
147
Well i started editing a gamemode and i edited it so much its like new but i haven't touched the House and Ownership sistems, the problem is the houses when a player doesn't have a house and spawns al...
147
come one, noone has any idea what causes that problem?
74
how can i edit this command so i can make it to be only usable in a certain Interior? Code: if(strcmp(cmd, "/advertise", true) == 0 || strcmp(cmd, "/ad", true) == 0) { if(IsPlayerConnected(...
89