Search Results
You are assigning an integer to a float. You have two options to fix this. Replacing pawn Код: new VehicleHealth; with pawn Код: new Float:VehicleHealth; Or replacing pawn Код: SetVehicle...
177
Are there any filterscripts included? If yes: unload every filterscript, until the error stops If no: I assume the problem is in the gamemode. Look in the gamemode for "You can only chat one time"
213
Quote: Originally Posted by System64 Thanks. I don't understand you about this suggestion? He means that you can get points, and use these points to buy in game items
2,082
Add this to your script pawn Код: new Float:Positions[1][3];
153
Have you tried this? pawn Код: new string[15][128];
150
Can you explain it a bit more? Do you want it for all users/admins, only for users or only for admins?
157
Test it and tell me if it worked pawn Код: /// On top of your scriptnew bool:bFrozen[MAX_PLAYERS];/// When TogglePlayerControllabe is used:if(bFrozen[playerid] == true) {    bFrozen[playerid] =...
101
You can store the data when TogglePlayerControllable(...) is used. Use OnPlayerTakeDamage to make him vulnerable
101
Make sure table "regdate" exists
186
Quote: Originally Posted by sanrock try reading my message again and look for: zcmd one. Quote: Originally Posted by Xtreme_playa Use search. Click
94
Okay, so it stops at #4. Try if it still crashes with this code. pawn Code: CMD:adminduty(playerid,params[]){    print("#1");    new name[MAX_PLAYER_NAME], ip[24];    if(PlayerInfo[playerid][A...
147
Debugging can help you finding the cause of the problem. pawn Code: CMD:adminduty(playerid,params[]){    print("#1");    new name[MAX_PLAYER_NAME], ip[24];    if(PlayerInfo[playerid][Admin] &g...
147
As far as I know, there is a topic or post on this forum describing the advantages and disadvantages of a VPS and of a game server. With a big playerbase I would go for VPS, otherwise a game server is...
226
There are too many (popular) servers based on the main cities (Los Santos, San Fierro and Las Venturas), so I would go with Flint County (maybe adding Red County as well). If Flint County seems to be ...
175
GTA SA Version? "AOL" or not? If it is AOL I dont know the problem, if it is not, downgrade it with the third party patch (sa-mp.com)
118
Sascha @ That way is WAY to complicated, it can be done with a few lines: pawn Код: new weap[20], string[128], killer, player; GetWeaponName(reason, weap, sizeof weap);GetPlayerName(playerid, pla...
91
Set the health higher than 10,000 I believe
57
Quote: Originally Posted by Calgon Calm down and read the posts above in the future instead of making yourself look like a fool. Work on your intelligence AND your attitude, your comment w...
1,306