Search Results
Try remove the whole /do command, does it still give error? ( Crash )
226
It must be something with your script that crashes it Try this one Код: if(strcmp(cmd, "/do", true) == 0) { if(IsPlayerConnected(playerid)) { new length = strlen(cmdtext); while ((i...
226
Thanks Corelli! I've just learned a new thing today
7,776
Quote: Originally Posted by [HiC TheKiller ] I'm sure he isn't able to move when the crack anim is playing so just delete TogglePlayerControllable. Oh, thats true ! Thanks. One last thi...
72
Quote: Originally Posted by X Cutter That shows up because you use too much memory in your script and it may cause crashes. Game crash or server crash?
141
Since people on my server hated people who ran off when they were on low HP, i got help to make this thing where it updates ever 15 sec if any player is under 6 hp it will then put them in a crack ani...
72
I just compiled mine, it shows this. Код: Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Header size: 9896 bytes Code size: 1209668 bytes Data size: 3420948 bytes...
141
Thats a good compile, means no errors If you had "information" before it might mean that you had some errors or tag mismatch somewhere in your script, if it shows nothing like the one you just wrote i...
141
alot of players told me to fix this when people gives their weapon, they want so they type /give gun 50 it then gives the gun that they have out, it works perfectly but how do i make so it gives the s...
108
It wont help much, its usually a loose indentation or something like that when i get "bullshit" errors. Код: C:\Users\GuSo\Desktop\IBP.pwn(1653) : error 004: function "CreateRaceMenus" is not imp...
122
I'm not smart enough to fix the errors on this script, its alot of errors i can't copy paste because its bullshit errors which always shows up when i do a big error in the script. What am i doing wron...
122
I seem to have this irritating problem, when people writes a long /me it just cuts the rest off if the sentence the person wrote is too long, how can i make so it just continues? Like it makes 2 lines...
94
Are you able to open/close the doors? And how many objects are used?
225
Hey, i seem to have a problem with /admins, it shows all the admins as a moderator, even level 3 admins. Код: if (strcmp(cmd, "/admins", true) == 0) { if(IsPlayerConnected(playerid)) { ...
79
Quote: Originally Posted by MadeMan pawn Код: public OnPlayerStreamIn(playerid, forplayerid){    if(PlayerInfo[playerid][pMaskuse] == 1)    {        ShowPlayerNameTagForPlayer(...
238
Quote: Originally Posted by MadeMan Quote: Originally Posted by //exora You always need to re-append the ShowNameTagForPlayer when "OnPlayerStreamIn" is called. I searc...
238
Код: if(strcmp(cmdtext, "/buybomb", true) == 0) { if (PlayerToPoint(1, playerid,-50.4694,-233.4252,6.7646)) { if(Bomb[playerid] == 1) { SendClientMessage(playerid, COLOR_GREY, ...
262