Search Results
The topic starter is not banned from my server.
226
Make sure you're using the latest plugin, if you don't have the latest one and a lower sa-mp version you will get these kind of errors.
406
pawn Код: dini_FloatSet(file, "health", health);dini_FloatSet(file, "armour", armour); And this is the wrong section too, this should be moved to Scripting Discussion.
168
pawn Код: Float:wPos[3] Try that, haven't looked over the whole code but this is the first thing that caught my eye :P
89
https://sampforum.blast.hk/showthread.php?tid=182317 have fun
144
pawn Код: public RandomFireTimer to pawn Код: public RandomFireTimer()
96
Yea, and they might make a chuck movie, but we just have to wait and see :P
148
Yea, Zachary Levi had a discussion with Warner Bros for a Chuck television movie in the future
148
I am a chuck fan, and I saw the ending at january 27th :P I was really sad tbh
148
My mysql_fetch_field_row keeps returning Код: CMySQLHandler::FetchField(IP) - You cannot call this function now. (Reason: Fields/Rows are empty.) The field in the database has 127.0.0.1 in it so I...
56
pawn Код: CMD:setlevel(playerid, params[]){    if(PlayerInfo[playerid][Adminlevel] == 1 || IsPlayerAdmin(playerid))    {    new id, lvl;    if(sscanf(params, "ui", id, lvl)) return SendCli...
184
pawn Код: if(strcmp(cmd, "/moveleft", true) == 0){    new Float:x, Float:y, Float:z;    GetPlayerPos(playerid, x, y, z);    MoveObject(Object[PlayerMovingObject[playerid]], x, y + 1, z, 9999...
108
You can't put multiple buttons on a dialog. https://sampwiki.blast.hk/wiki/ShowPlayerDialog
69
Use this: pawn Код: public OnPlayerEnterVehicle(playerid, vehicleid){    format(file, sizeof(file), "RRP/vehicles/%d.ini", vehicleid);    if(fexist(file))    {        new string[128];  ...
67
Thanks for this edit: Any possibility that you can make it that it allows me to do ctrl + a so I can select all my text at once to remove it?
1,813
Use this somewhere: pawn Код: SetTimerEx("CountDown", 1000, false, "i", 10); pawn Код: forward CountDown(sec);public CountDown(sec) {    printf("sec: %d", sec);        //show it to ever...
134