Search Results
Thank you for the support everyone, I hope this support continues!
15,105
Hello, I am currently looking for experienced developers to work on a brand new project, making an attempt at bringing back Hardcore Quality Roleplay to SAMP. We're working on a new roleplay concept, ...
202,717
Looking for experienced developers to work on a brand new RP script. New concepts, not ripped off from Godfather / NGG etc. Hardcore RP. Extremely strict, even has a warning screen and a test to ente...
202,717
Looking for scripters, so if anyone is interested you can give us a shout on here via PM or add me on Skype: sdonaghey03 And once again, thanks for all the support and contribution to this project! T...
15,105
Well, for someone to log on with same same player ID and spawn exactly where the previous player with this ID logged off, you must not be clearing your player variables when someone connects / disconn...
149
Probably one of the SA Images placed as a textdraw and stretched, not sure exactly.
86
Put that back firstly. Add this before the return 1; on public LoadHouseData(houseid, name[], value[]) pawn Код: printf("House ID: %d (Owned: %d, Owner: %s)", houseid, HouseInfo[houseid][hOwned],...
164
Are you using the correct MySQL plugin that matches the mysql include you are using for the GameMode?
144
Quote: Originally Posted by Dziugsas I dont use them.So i should delete them? Try deleting those, yes.
164
Quote: Originally Posted by Konstantinos With the example you gave, it's like there are more than 1 rows so use db_next_row to move to the next row (place it after strcat function). I'm...
135
public LoadHouseData(houseid, name[], value[]) What is name[] and value[] used for? I dont see these being passed in?
164
You dont seen to get data from a specific row in the table, it could be continuously getting the first row. Let me see GetAccountString() and GetAccountInt()
135
Need to provide some form of evidence of this, maybe some insight into what GameMode it is you're trying to compile, what includes it's using etc. Without this we cannot help you.
328
Looking for scripters to help myself and a few others on a brand new project. I've a lot of experience in PAWN, but less time available due to work. We'll be needing 2-3 scripters to help build a bran...
202,717
Quote: Originally Posted by xSiiiLenTx LOL DONT GET ME STARTED!! $60 FOR A COMBINE HARVESTER WTF LOL?! Prices for those vehicles are that high because its an RP server, and only those ...
598
Quote: Originally Posted by Yves Shut up PLA is a peace of shit that try copyright everything there do not own try come down on me like tons of bricks I will laugh at you even trying don't...
598
This better not be a PLA script or we will come down on you like a tonne of bricks lol
598
You do PlayerInfo[playerid][pLevel] ++; twice instead of just once.
199
Код: new pRank =0; for(new i=0; i<sizeof(Ranks); i++) { if(GetPlayerScore(playerid) >= Ranks[i][RankXP]) { pRank =i; } } That will give you the players rank, as it wi...
218
Very nice and I've got it working using Socket functions instead of DJSON, however, the co-ordinates plotting it completely wrong, WAYYYY off, needs fixed ASAP please as I have no clue haha
411