Search Results
Hi how to fix this error the error is below with a arrow to it Error is pawn Код: (221) : error 029: invalid expression, assumed zero pawn Код: GetPlayerName(playerid, Name, sizeof(Name))...
117
done what you said and getting these errors pawn Код: error 003: declaration of a local variable must appear in a compound block error 032: array index out of bounds (variable "str") warning 215...
161
Hi how do i make it that everytime my Anticheat Bans A player It send Message to all Players like: pawn Код: Virtual Homer Has Banned %S Players Since Being Created I no i need it to count each t...
67
i now get this error pawn Код: : error 029: invalid expression, assumed zero this is code pawn Код: public OnPlayerConnect(playerid){    // Always allow NPC's to login without password or...
161
dont think it works like that ive got this for the dialog pawn Код: // Get the playername    GetPlayerName(playerid, Name, sizeof(Name));    // Also store this name for the player    GetPla...
161
Everytime i try putting The player name in this dialog it does it totally wrong As you can see i want it where it says welcome {ffff00}%s Rname is The name i want to use in the dialog But instead ...
161
Been Trying to do this for ages How do i make that if the player gets in to a taxi or if a taxi driver is next to them it removes them from being red marked (TaxiNeeded) And also how can i make it th...
62
ive done what you have said and it gave me errors errors i get are pawn Код: pawno\include\MyTaxiShiitz.inc(50) : warning 215: expression has no effectpawno\include\MyTaxiShiitz.inc(50) : error 0...
120
How would i make it that The passenger pays the driver. Because at the moment it wont pay the driver & it doesnt take any money off passenger All help apreciated. Heres What i got so far. Its a...
120
How do i make it that if i type /drunk, And its set on a timer for 2 minutes so after that you go back to normal not drunk That if im not in a car its fine But soon as i enter a car and im still dr...
46
how to show vehicle damage in a textdraw and change the speedo to another textdraw pawn Код: // Forward the function needed to update the speedometer (used by a timer)forward Speedometer_Update(p...
43
Thanks seems ive failed at them all like this 1 pawn Код: COMMAND:kick(playerid, params[]){new PlayerToKick, Reason[128], Msg[128], ReasonMsg[128], Name[24];// Send the command to all admins so th...
92
i have a few commands and the messages arent saying the correct thing pawn Код: This one just says Player bla has been exploded by bla < so basically same name used twice pawn Код: COMMA...
92
this is my anticheat what i wanna show is how many people have been banned off it So like everytime 1 person gets banned it says virtual Homer has banned %s since being created I no i use SendClient...
64