Search Results
Alrighty it is MySQL causing it apparently, I wind up using nativechecker and it was MySQL. However while running the server once more, I get the error: [MySQL] Error (0): Function: mysql_connect fail...
69
Topic title. If I don't have a MySQL structure set up, would it cause run time error? I'm getting a run time error when running the server and I've updated all plugins and includes.
69
Now that doesn't work at all, won't even send me the welcome message.
122
Title ^ pawn Код: if(dialogid == DIALOG_REGISTER){if(response){if(!strlen(inputtext)){format(dr1, sizeof(dr1), "Welcome to ---, %s.", plname);ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_ST...
122
The bracket you added, it winds up giving me that error. iNumber is defined, it's fine.
222
Adding that one little bracket actually gives me an error. Quote: error 029: invalid expression, assumed zero
222
I haven't been scripting in awhile, so I'm not sure if I am doing it correctly. If someone puts in a number lower than twelve, or higher than a 100 in the dialog, it should go towards the bottom and ...
222
This doesn't seem to work as I thought it would, anyone got any ideas? pawn Код: if (iNumber <= 12 && iNumber >= 100)    {    format(tut, sizeof(tut), "Character Questions: %s."...
222
I know I'm not suppose to bump but I'm needing this ASAP.
112
pawn Код: public OnPlayerLogin(playerid,password[]){new string2[64];new playername2[MAX_PLAYER_NAME];GetPlayerName(playerid, playername2, sizeof(playername2));format(string2, sizeof(string2), "use...
112
Yeah.. But, I just dont know how to use ZCMD to actually get the player's ID, and running it around to actually setting it, ect.
101
uhm, okay. Wouldn't pawn Код: if(!strlen(params)) return SendErrorMessage(playerid, "USAGE: /jobpermission [ID]"); Work though?
101
Using ZCMD, how do you do something like this. I'll just like, give an idea. You type /jobpermission [ID] How would you get the ID that the player typed?
101
Nevermind. EDIT: Yeah figured it out right after my second post.
180
.. Obviously. I'm talking about the script will get the worlds time and actually set the time to that time.
180
Something like this; Код: SetWorldTime(%s, Hour); Obviously the %s is repersenting something and the hour is that something. Is this even possible? I mean either use SetWorldTime, or atleast loop...
180
Would something like this work? pawn Код: CMD:emst(playerid, params[]){tmp = strtok(cmd, idx);if(strcmp(tmp, "1", true, strlen(tmp)) == 0){for(new i=0;i<VCARS;i++){if(ServerCars[i][FactionCar] ...
171
UC is for the vehicles to see if they have a siren. Thats why I have UC[VID] = 0; afterwards, cause when the siren gets put onto the vehicle the value would change to one. VID is VehicleID. pawn К...
234
DestroyObject(Siren[UC]); will not work. VID is the vehicle ID. I use Fallouts streamer-..Yeah.. Damnit.
234