Search Results
That's literally what i've said... Why don't you let people write their own code.
612
PlayerInfo is MAX_PLAYERS aka 1000 and somebody typed the wrong name hence the error cause the name doesn't exists the U parameter returned 65535.. Do a IsPlayerConnected if statement before running ...
612
It's out of order cause your appending to a file aka adding to the file the bottom of the file is your first line. Try making a new variable then assign the value to it rather than just typing it in ...
524
Alternatively, you can use the SAMap plugin to retrieve the Z position (if the player is on the ground) and do it like that?
633
well you are trying to place a command inside the OnPlaeyrEnterVehicle callback hence the error as the string doesn't exits. Commands go under OnPlayerCommandText
54,833
You should check samp wiki as i can see that you are pretty new to this. First off you didn't get the position of the other player and second of INVALID_PLAYER_ID is 65535 and there is no way that t...
497
Quote: Originally Posted by v4yne1 Can one NPC be used for more players at once? for instance, I want to make an airplane flight intro before registration process what if more players st...
54,833
Create a checkpoint halfway, or wherever. Then you can calculate via the checkpoints that the NPC has entered. I personally did this by checking on which bus station the bus is and by the way you sho...
390
Quote: Originally Posted by iConvict 100 pages Damn, I can remember when it was first released. I've learned a lot from this script mostly formatting my code right. Everyone appreciates...
48,676
https://sampforum.blast.hk/showthread.php?tid=254915
129
The interior exit is always the same you just change the world id for the house the entrance you create when you are creating the house.
94
https://sampforum.blast.hk/showthread.php?tid=202904 Quote: Originally Posted by Kalcor The problem is with modded cars ie AddVehicleComponent. I can't determine exactly what mod although...
252
You have 0.3.7 DL and stop starting these stupid threads ffs.
741
Quote: Originally Posted by Suttix It's a script of 100k lines i just can't paste it here anyway,you're right.Vehicle mod parts maybe causes the crash but how can I find that? Well if ...
252
Probably a vehicle with an invalid mod. Post the opcodes here it will help you solve the issue.
252
Before the if statement obviously. And then check your console.
174
Where do you even save the pRegistered value in the script? I don't see the code.
261
You know what. It was a nice idea after everyone was giving ideas for samp to implement these kind of stuff but i don't think it's a good one. I like the samp the old way that i can put my own skins a...
652
Why don't you simply load up the houses owned by player and loop through them looking for playerid's sqlid then format the results into a dialog rather than requesting a result from a database.
98