Search Results
Raven is bugged on new versions and it's very difficult to edit it.
90
I do it with ZCMD and sscanf: pawn Код: CMD:changepassword(playerid, params[]){new pass[24];if(sscanf(params, "s[24]", pass)) return SendClientMessage(playerid, -1, "USAGE: /changepassword <pa...
117
Use callback OnObjectMoved and use var. Example: pawn Код: new object, move;object = CreateObject(...);move = 0;// Into scriptMoveObject(object, ...);move = 1;// Into callback OnObjectMovedif(obj...
117
New code: Quote: CMD:911(playerid,params[]) { //911 system if(isnull(params)) return SendClientMessage(playerid, COLOR_LIGHTBLUE, "Usage: /911 [Message and Location]"); new se...
160
Use the function MoveObject.
117
Update your sscanf. Have you got Server 0.3d or Server 0.3d R2?
178
After "(" insert "i": pawn Код: SendClientMessage(i, ...).
160
Hi Sa-MP forum. I want to hash a Password for an account. How can I hash Password?
51
How to use TextDrawFont 4? Where are .txd files which I use for TextDraw? In what files are they?
30,278
Open pawno of version 0.3d and open the GameMode from pawno.
146
Diablo when I start the samp-server.exe, the sscanf will not start.
109
No, it doesn't function. If I write "u" "pid" (a integer) is a bot, but if I write "r" the server will crash.
109
Hi. Today, I download sa-mp 0.3d R5. My GameMode use sscanf2. In 0.3c, it works very fine, but when I convert the server from 0.3c to 0.3d R5, sscanf gives problems because when I insert "u" (or "r") ...
109
-.- SA:MP = San Andreas MultiPlayer and not IV MultiPlayer. Ask it in IV:MP forum.
101
These function doesn't exist in Pawn. You need a include that included these function.
128
When it doesn't crash all is ok! EDIT: But when I write /rcon exit or /rcon gmx the Floats are 0!
175
I insert the timer into OnPlayerDisconnect? Or OnGameModeExit?
175
I print the Float. They are = 0 ._. (When crash).
175