Search Results
Quote: Originally Posted by knuckleduster5 Sorry for bump. I wanted to write something about this system. 1. Don't use y_commands. Change y_commands to zcmd. 2. bInsideIcon is very useless...
2,497
Quote: Originally Posted by Kapersky™ Well; it's even better to have an UCP for a RP server. That's some bull poop. The point of a RP server is to RP? How does a UCP help you Rp in an...
199
Quote: Originally Posted by R3N3X Firstly, a great staff will help you more than you would ever expect. Secondly, your script should have the latest features, such as MySQL saving system,...
199
To find your errors you can edit out parts of the code and compile. once it works you know where to look. pawn Код: /**/
99
https://sampwiki.blast.hk/wiki/Format
79
Loop efficiency..For example using "foreach". But you probably know that.
158
Avoid using the OnPlayerUpadte function, there are other better alternatives.
158
pawn Код: new Playernumber[MAX_PLAYERS][10];new LotteryNumber[10];new Correctnumbers[MAX_PLAYERS];forward OnLottery();public OnLottery(){    for(new i = 0; i < 10; i++)    {        Lott...
70
Hello server owners out there. I am looking for a scripting position. I don't ask for pay, just a high staff position and some fun . The server must have a script already(No NGG edits) as I don't wa...
196,665
I was thinking about remaking the tut, but with school and not really being into SAMP anymore I am to lazy to do it.
2,497
When you save the heads description, it must be saving both into PlayerInfo[playerid][pHeadDesc] and PlayerInfo[playerid][pArmDesc]. PM if you want me to check your code or something.
185
It means you have too many errors. Like the man above said start commenting out prats of until it compiles, so you will find where the errors are.
95
pawn Код: enum bInfo {    bOwned,    bPrice,    bOwner[MAX_PLAYER_NAME],    bType,    bLocked,    bMoney,    Float:bEntranceX,    Float:bEntranceY,    Float:bEntranceZ,    Floa...
171
Well learn how to use https://sampwiki.blast.hk/wiki/Gettime and y_ini. No one is going to make this whole code for you as it is really long.
79
Wow I have no idea to be honest..Try this.. pawn Код: GetPlayerName(playerid, PlayerInfo[playerid][pName], 24);
145
We could help more if we had parts of your script.
109
pawn Код: CMD:aduty(playerid, params[]){    new playername[MAX_PLAYER_NAME+1], string[24+MAX_PLAYER_NAME+1];    GetPlayerName(playerid, playername, sizeof(playername));    if(!PlayerInfo[pla...
145
pawn Код: INI_WriteFloat( File, "HealthSave", GetPlayerHealth(playerid,hp) );INI_WriteFloat( File, "ArmourSave", GetPlayerArmour(playerid, arm) pawn Код: new    Float:HealthSave[ MAX_PLAYER...
126