Search Results
Hi again, i have an another big problem to get my server running. My gamemode wont be load i get runtime error 19. so i checked all plugins and added them with .so they get load but i didnt found the...
207
Thanks for you help , fixed it.
207
Quote: Originally Posted by ev0lution Код: sudo apt-get install libc6-i386 lib32stdc++6 after that i get this error Quote: root@vps2:~/SAMP# nohup ./samp03svr & [...
207
Hello , im trying to get started my server from putty but it dont will be start . i get this error: Quote: :~/SAMP# nohup: ignoring input and appending output to ‘nohup.out’ nohup: f...
207
Quote: Originally Posted by Prolific use sscanf to get params if(sscanf(params, "d", params[0])) return 1; SendAdminText(playerid, "/isteksarki", params[0]); see how to use SendClientMess...
90
EDIT : Now i get this 1 warning . Quote: 4745) : warning 202: number of arguments does not match definition Quote: // This function sends the report to all admins Adm...
90
One year before i hosted my server 4 months there and i had never problems . The support was also great. Like i sayed its over 1 year i dont now how the Service is atm. But i have god experience with ...
152
Fixed . There was missing some dll's.
124
Hello all i have a problem there. I tested my server on my pc all works fine no errors no warnings log is clear. So added it to the host vds and the server closes after it starts. Here are the cr...
124
Quote: c(2714) : error 035: argument type mismatch (argument 1) now i get this error. Quote: if(!strcmp(cmdtext, "/duty")) {
85
Hello all, I have there a /admins command and a /duty command so i want when the admin types /duty it show his name then in admins list but when he didnt typed /duty it does not show it in admins. ...
85
I will install crashdetect and post it then here. Thanks for the tips by the way.
157
Hello all , i try to add th balkan security Fs to my own Server so i changed all things that was in the readme but now i have problem with givecash in my gamemode. The Fs has the ac_balkan_.inc in the...
65
Hello there, Since 3-4 Days My Server Crashes randomly it never happends before . Can you help what is causing that crashes ? I open the Server and after 1 -2 Hours it closes automaticaly wihtout err...
157
Quote: public OnPlayerConnect(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, MAX_PLAYER_NAME); if(!strfind(name, "con", true)) { SendClientMessage(playerid, 0x0000ff,...
71
Hello I have a problem with a nick . Every time when a player named ^con joins the server it starts to freeze . How i can made that server kick the nick automatically. ?
71
Quote: Originally Posted by Youssef221 Here: This code should be above: pawn Код: new VehicleNames[212][] = {{"Landstalker"},{"Bravura"},{"Buffalo"},{"Linerunn er"},{"Perrenial"},{"S...
137
Can help me please i have this error Quote: 5062 -- 5141) : error 010: invalid function or declaration Here the lines 5062-5141 Quote: COMMAND:givecar2(playerid, par...
137
Quote: Originally Posted by CalvinC You haven't defined it. Quote: current_zone = player_zone is this not ?
88