Search Results
pawn Код: new id,string[186];    if(sscanf(params,"ui",id)) return SendClientMessage(playerid,0x00FF00FF,"Kasutus: /vallanda <mдngijaid>");    if(id == INVALID_PLAYER_ID) return SendCli...
99
How can i do the check as if the other player is in the same faction as me? Right now i have this thing, but i doesnt work. pawn Код: if(PlayerInfo[id][pFraks] == PlayerInfo[playerid][pFraks]) re...
99
Quote: Originally Posted by ****** That extra bracket won't do anything at all. Are you sure you have the very latest version of sscanf? There was a bug with ids before. Also, make sure yo...
222
Quote: Originally Posted by Cjgogo pawn Код: CMD:makeleader(playerid,params[]){    new id,fraks,string[186];    //if(PlayerInfo[playerid][pAdmin] >= 1337)    if(sscanf(params,...
222
Quote: Originally Posted by Boooth This is how I would do it; pawn Код: CMD:makeleader(playerid, params[]) {    if(PlayerInfo[playerid][pAdmin] >= 1337) {                Â...
222
Quote: Originally Posted by Reklez change this line pawn Код: if(!IsPlayerConnected(id)) return SendClientMessage(playerid,0x00FF00FF,"Selline mдngija puudub."); // Invalid playerid ...
222
sorry for my bad english, but i have a problem. i made this command, /makeleader, but i cant use it myself. I want to test it on myself, but it says "Invalid playerid" Can anyone redo it so i can use ...
222
In LARP, it's pawn Код: new result[128];
122
oh, thanks. I had it on 64 ^^ // But when i want more than 128 characters, i need 2 lines.. How to create 2 lines?
122
For example i want /me command longer, how to do that? Like in LARP , /me is pretty short, it cuts the end of the sentence but i want it to be longer..
122
Case thing doesnt help really.. With the dialog i created, it shows the first dialog, but it doesnt function and dont direct to second dialog. Please help, i know someone can help me! EDIT: Nevermin...
50
I'm trying to do this dialog, where i can choose my gender and spawn place in LARP, but it wont work for some reasons.. Please help pawn Code: #define DIALOOG_SEXMENU 707#define DIALOOG_KODAK 708 ...
50
(114) : error 017: undefined symbol "Objects" (114) : error 036: empty statement (114) : error 017: undefined symbol "i" (114) : fatal error 107: too many error messages on one line Line 114: for(ne...
58
Attempt: Код: if(strcmp(cmd, "/try", true) == 0) { if(IsPlayerConnected(playerid)) { if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_GREY, " You haven...
179
I've made "protected" mansion, i was bored and had nothing to do Code: CreateObject(987, 1520.7916259766, -703.05700683594, 90.638473510742, 0.000000, 0.000000, 17.316375732422); // CreateObject(98...
252
Okay, i made new police department with new interior. WhatÒ‘s new? *Doors *Classroom *Just room *And more... Objects: ~50 Pics: Codes: Code: CreateObject(3550, 250.98654174805, 67.8303527832...
234
My version of modified Chilliad Objects: ~26 Pics: Parachute place Codes: Код: CreateObject(9824, -2247.9174804688, -1738.6673583984, 481.98342895508, 0.000000, 0.000000, 20.03015136...
83
This is my version of this house Objects: ~35 Pics: Codes: Code: CreateObject(1499, -1637.8244628906, -2240.08203125, 30.4765625, 0.000000, 0.000000, 92.230010986328); // CreateObject...
76
SFPD HQ update Updates:: *Added Bar, *Added doors, *Added new room, *Chief, Commander and Meeting room has now doors, *And some other stuff. Objects: ~40 Pics:: Waiting room: ChiefÒ‘s cabinet: ...
379