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...
163
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.
163
Now that doesn't work at all, won't even send me the welcome message.
235
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...
235
The bracket you added, it winds up giving me that error.
iNumber is defined, it's fine.
370
Adding that one little bracket actually gives me an error.
Quote:
error 029: invalid expression, assumed zero
370
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 ...
370
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."...
370
I know I'm not suppose to bump but I'm needing this ASAP.
215
pawn Код:
public OnPlayerLogin(playerid,password[]){new string2[64];new playername2[MAX_PLAYER_NAME];GetPlayerName(playerid, playername2, sizeof(playername2));format(string2, sizeof(string2), "use...
215
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.
242
uhm, okay. Wouldn't
pawn Код:
if(!strlen(params)) return SendErrorMessage(playerid, "USAGE: /jobpermission [ID]");
Work though?
242
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?
242
Nevermind.
EDIT: Yeah figured it out right after my second post.
300
.. Obviously.
I'm talking about the script will get the worlds time and actually set the time to that time.
300
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...
300
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] ...
252
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 К...
385
DestroyObject(Siren[UC]); will not work. VID is the vehicle ID.
I use Fallouts streamer-..Yeah.. Damnit.
385