Search Results
How can I check if one string contains text from another string? Rather than fulling comparing the string using strcmp... Example: Checking if "Bloodring" contains the word "Blood"
67
Quote: Originally Posted by Dwane Read this. I recompiled the plugin from the source and have the MSVC Redistributable Package
122
Quote: Originally Posted by [HK]Ryder[AN] recompile by opening pawno>opening script instead of double clicking the pwn file Didn't fix it.
122
They're both definitely the same version. I have downloaded the updated package off the thread. No success.
122
Try and create the folder "users." I don't know if it does it automatically.
98
FIXED! I'm trying to load the sscanf plugin and it loads but I get an error... First off - -The plugin is 100% up to date. -My server files are updated to .3e -I have the most up to date NET F...
122
Honestly, I don't know what you're asking. I'm going to try to help by assuming that you're asking, "How do you teleport a player when he enters the state as a 'driver'?" Under OnPlayerEnterVehicle c...
86
I don't even need to see the lines to tell you, you didn't define those variables.
122
Well the command you should use is the /enter command. I assume you are learning to script though so I imagine you're using something along the lines of NGRP's script. If you are using that script, yo...
57
In your command add these to the command: SetVehicleToRespawn(vehicleidhere); SetVehicleVirtualWorld(putvehicleidhere, vwhere); Get the vehicle id and put it where I said above, as well as the vw.
42
If I were you I would find a box looking object and add the object somewhere in San Andreas were your server is based. Then the player can go up and do something like /openpresent or something and the...
133
I've had issues similar to this. I assume you're using dini. It's crappy, outdated, etc. Upgrade to Y_INI or SQL and you won't have those issues.
61
Код: new UsernameString[MAX_PLAYER_NAME], WelcomeString[15 + MAX_PLAYER_NAME]; GetPlayerName(playerid, UserNameString, MAX_PLAYER_NAME); format(WelcomeString, sizeof(WelcomeString), "Welcome %s!",...
71
Quote: Originally Posted by cessil ALTER TABLE `<table name>` ADD COLUMN `<column name>` <type INTEGER/TEXT> <optional DEFAULT(value)> example: ALTER TABLE `users`...
70
Make sure your ShowPlayerDialog statement looks like this: Код: ShowPlayerDialog(playerid, DIALOG_AIRPORTFLY, DIALOG_STYLE_LIST, "Locations", "Los Santos\nLas Venturas\nSan Fierro", "Fly", "Cance...
80
Quote: Originally Posted by B-Matt PHP код: CMD:fix(playerid, params[]) {     new vehicle, Float:Health;     vehicle = GetPlayerVehicleID(playerid);     GetVehicleH...
66
Quote: Originally Posted by Ballu Miaa These two lines have a problem , no if-else clause should have a semicolon in the end. Change them! Change this line pawn Код: if(SecondaryWeapo...
125
The reason you can't see everyone in the organization is because what your script is telling the server is check every player online and if they are logged in and they are part of the organization, li...
47