Search Results
Never saw that i put that out. I'm sorry
118
Vukilore: No it's about playerid when /kill Here you can see what I was doin': and
118
Well, I was making a register&login system with cini system (cessil's one) and I was seeing it is having some problems. I thought it was problem in cini but no. It simple made everytime deaths=0 w...
118
Hello, I have a problem. I tried to make a fs with this, I failed. Tried to compile example.pwn, and I got this: Код: D:\SAMP\Server 0.3x\pawno\include\mSelection.inc(192) : error 017: undefined ...
6,450
Confirmed, works only with shotguns
189
of min 20, max 60 seconds. if you do it in seconds, it shall look like this: new jailtimersec=20+random(40) Let random be 0 and 40. if it's 0, it's 20, and if it's 40, ot's 60. So, there u are.
101
U need loop into loop pawn Код: stock SortInArray(array[]){new p=strlen(array);for (new i=1;i!=p;i++)    for (new j=i+1;j!=p+1;j++)    if (array[i] > array[j])    {         new help...
220
Well, u can't add global variables into functions headers. Dont do anything, just do this pawn Код: stock SendHelpersMessage(color,string[]){       //..make what should it do}
192
hello. You just gonna use strfind. Nothing else I'd do smth like this pawn Код: new word[][] = {"word1","word2","word3"}public OnPlayerText(playerid,text[]){//..........code there, without retur...
53
Are you sure that server aint crashing, or have you closed all opened files on OnPlayerConnect?
235
Well, you cannot just get last ID of car. What if Vehicle ID 100, 124, 156,175,201 is destroyed? Then it will replace id 100, and return 99.
37,877
Well, to be honest it's possible, but that would really fuck up chat.log, and big memory usage, and a lot CPU eating... You can hide it by storing those 9 sentences into string, and then Send just emp...
125
is it possible to make that your screen goes black, but slowly, like in single player. it shall be blackscreen, but not too fast, it shall goes little slower. Anything?
98