Search Results
Quote: Originally Posted by Crayder pawn Код: new arg = getarg(bleh);if(tagof(arg) == tagof (Float:)) tagof is a built in function like sizeof, it has very specific specifications. I ...
111
Quote: Originally Posted by Trollerz Show line 69 I already specified if you check: PHP код: if(tagof(getarg(1)) == tagof (Float:))//Line of error. 
111
Quote: Originally Posted by Crayder pawn Код: //To get a float:if(tagof(getarg(index)) == tagof(Float:))//To get a string:else if(strlen(getarg(index)))//Everything elseelse Ok I t...
111
Let's suppose I have the following function: PHP код: stock SomeFunc(const somestring[],  { _,Float }:...) {          return 1; }  Is there any way to detect what type of ...
111
Hey guys, I recently updated my YSI package to the latest one, I'm using crashdetect and when any player joins the server this comes across in the console: Код: [23:54:54] [connection] 127.0.0.1:...
129
Hey guys, so I recently updated my computer from Windows 8.1 to Windows 10 and it turns out that I'm receiving this in my console when I try to run my server: PHP код: [21:45:38] Server Plug...
106
Does anyone have a function to delete a line from a file? For example, let's suppose I have the following content in a file. Jack Martin Jeff //I want this line to be deleted. How could I do such...
83
Hello. I made a sethealth command, I know there's plenty of them out there, but I just wanted to figure out another way to do it, so basically, if I do /sethealth [someid] [10] it will automatically s...
152
Quote: Originally Posted by Crayder Are you running your server at home or on a host/vps? What is the ram size? I'm pretty sure, it's not RAM related. Anyways, I have 8 GB ram.
123
Quote: Originally Posted by Crayder Thats debug mode. It's supposed to be there, it's quite useful, I left mine like that... If you don't like it remove your pawn.cfg file... If your sti...
123
Hi, I've just read this http://forum.sa-mp.com/showpost.php?...32&postcount=7 about how to make crashdetect plugin shows the line of error in the console. I created a file in the pawno directory ...
123
Quote: Originally Posted by SickAttack You can, but you don't need the brackets "[]". You don't understand what I want, you would if you'd look carefully at my array. Here's something ...
194
Quote: Originally Posted by paulommu I think you can't use sizeof on a multidimensional array. You should do something like this: pawn Код: new Float: TeamASpawns[][4] = {    {1090...
194
Quote: Originally Posted by SickAttack pawn Код: new Float:TeamSpawns[][] = {     {1090.1176,1915.2543,10.8203,359.0264},     {1093.6993,1905.3907,16.4873,2.1364},     {1116.3743...
194
Hi, I have this: PHP код: new Float:TeamSpawns[][4][4] = { {     {1090.1176,1915.2543,10.8203,359.0264},     {1093.6993,1905.3907,16.4873,2.1364},     {1116.3743,1891.2225,10.82...
194
Quote: Originally Posted by Sawalha How do you remove them? Obviously, I'm using: https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
111
Quote: Originally Posted by ic3cr3am Don't delete them or don't touch them. Are you kidding me? Don't post if you don't know.
111