Search Results
pawn Код: C:\Users\Admin\Desktop\RP\gamemodes\New_RP.pwn(1738) : warning 202: number of arguments does not match definitionPawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPh...
126
so i hav this in my script at top Код: Float:pHealth, then the lines gives me errors on are Код: dini_IntSet(file, "Health",PlayerInfo[playerid][pHealth] = 100); and Код: ...
126
So i have this stock thing in my script Код: stock GetNearestVehicle(playerid, Float:Distance = 1000.0) { if(!Distance) Distance = 1000.0; new Float:X[2], Float:Y[2], Float:Z[2], Float:NearestPos ...
55
Benjo's way makes my compiler not respond, so i went pawn Код: if(strcmp("/kick", cmdtext, true, 5) == 0)    {            if(IsPlayerAdmin(playerid)) return SendClientMessage(playerid, 0x...
285
you added pawn Код: if(!strlen(cmdtext[6])) return SendClientMessage(playerid, 0xFF0000AA, "Use: /kick [playerid][reason]"); i need the reason to actually work and make it so admin cannot submit...
285
pawn Код: if(strcmp("/kick", cmdtext, true, 5) == 0)    {            if(IsPlayerAdmin(playerid) return SendClientMessage(playerid, 0xFF0000AA, "RCON needed.");            if(!strlen(...
285
I is confused, how to add houses Sory for my bad English
3,547
im good at scripting in pawn im not a noob, i just never understood includes..... iv made my own login system, admin system, house system, and car registering to player system. just not an include.......
318
...... i know how to do that, thats not what i mean..... how do i script one not save a file.....
318
How do i make an include? like a include that includes functions. Like dudb -.- but not exactly.
318
try this for on player request somehting pawn Код: public OnPlayerRequestClass(playerid, classid){    if(classid == 1||classid == 2||classid == 3||classid == 4||classid == 5||classid == 6||clas...
195
so your saying u get a loose indentation on the return and you know how to fix it? try this: pawn Код: new cmd[256], idx, file[128], tmp[256];    cmd = strtok(cmdtext, idx);    if (strcmp(...
264
Quote: Originally Posted by Las Venturas CNR Like Simon mentioned, the server already logs chat, but nice tutorial, CSMajor. (By the way, your stuff you asked for is done ) whats this ...
570
i can script in the C Language, just needed to be pointed in the right direction.
543
I have downloaded the samp .2 plugin sdk and i have a visual C# editor, now i have my files from the sdk on my desktop because i have not the brightest idea as to where they go. so, how do i setup...
543
any errors? if so pelase post them, as far as i can see there are no errors. Is this in a FS or GM?
264
its posted in the code tags above but here is the lines that could be affecting it pawn Код: CMD:login(playerid, params[]){    new PlayerName[MAX_PLAYER_NAME];    GetPlayerName(playerid, P...
203